We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06759b commit 2d48adeCopy full SHA for 2d48ade
2 files changed
src/arch/zx48k/library-asm/printnum.asm
@@ -27,12 +27,10 @@ __PRINTU_CONT:
27
ENDP
28
29
30
-__PRINT_MINUS: ; PRINT the MINUS (-) sign. CALLER mus preserve registers
+__PRINT_MINUS: ; PRINT the MINUS (-) sign. CALLER must preserve registers
31
ld a, '-'
32
jp __PRINT_DIGIT
33
34
__PRINT_DIGIT EQU __PRINTCHAR ; PRINTS the char in A register, and puts its attrs
35
36
pop namespace
37
-
38
src/arch/zxnext/library-asm/printnum.asm
0 commit comments