Skip to content

Commit 49417d3

Browse files
committed
Fixed typos
1 parent 212a242 commit 49417d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

include/basic/basic32k-r20.asm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,8 @@ ZOR equ 0B6H ; OR
477477
ZGTR equ 0B7H ; >
478478
ZEQUAL equ 0B8H ; M
479479
ZLTH equ 0B9H ; <
480-
ZSGN equ 0BAH ; SGN <-- from here, there are the commands
480+
481+
ZSGN equ 0BAH ; SGN <-- from here, there are the functions
481482
ZPOINT equ ZSGN+018H ; POINT ; if the user enters a custom function,
482483
ZLEFT equ ZSGN+020H ; LEFT$ ; he/she must increment these two pointers by 1
483484
; keeping attention if he/she enters the command between

include/bootloader/bootloader-r20.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,6 @@ RESTMR: ld (hl),a ; reset n-cell of TMR
441441

442442
;------------------------------------------------------------------------------
443443
MSGTXT1: defm "LM80C by Leonardo Miliani",CR,LF
444-
defm "Firmware R1.9",CR,LF,0
444+
defm "Firmware R2.0",CR,LF,0
445445
MSGTXT2: defb CR,LF
446446
defm "<C>old or <W>arm start? ",0

0 commit comments

Comments
 (0)