From f976ede2d1b18e1a1c0ada037e361bf5fdd7f1cf Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sun, 22 Dec 2024 13:52:04 -0800 Subject: [PATCH] Typo in ASSIGN A very minor typo in assign.asm caused the TASM under Windows to fail even though it did not cause a problem for uz80as under Linux/MacOS. --- Source/Apps/assign/assign.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Apps/assign/assign.asm b/Source/Apps/assign/assign.asm index eaf68101..2f760568 100644 --- a/Source/Apps/assign/assign.asm +++ b/Source/Apps/assign/assign.asm @@ -801,7 +801,7 @@ bootdest1: ld de,EST_HD ; otherwise assume HD bootdest2: ld (slicmem),de - ret; + ret ; ; Count Number of Devices ; (atrmask) mask the device attribtes