rename parse to scan, more intuitive for C programmers
This commit is contained in:
parent
725213b581
commit
4d8406aa3a
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ fcb1 equ 0x5C
|
|||
org 0x100
|
||||
jmp main
|
||||
|
||||
%include "parse.inc"
|
||||
%include "scan.inc"
|
||||
%include "print.inc"
|
||||
|
||||
main mov di, 0x81
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue