rename parse to scan, more intuitive for C programmers
This commit is contained in:
parent
725213b581
commit
4d8406aa3a
@ -3,7 +3,7 @@ fcb1 equ 0x5C
|
|||||||
org 0x100
|
org 0x100
|
||||||
jmp main
|
jmp main
|
||||||
|
|
||||||
%include "parse.inc"
|
%include "scan.inc"
|
||||||
%include "print.inc"
|
%include "print.inc"
|
||||||
|
|
||||||
main mov di, 0x81
|
main mov di, 0x81
|
||||||
|
Loading…
Reference in New Issue
Block a user