Skip to content

Commit

Permalink
Typo in ASSIGN
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wwarthen committed Dec 22, 2024
1 parent 751cc62 commit f976ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Apps/assign/assign.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f976ede

Please sign in to comment.