rename parse to scan, more intuitive for C programmers

This commit is contained in:
Nero 2021-12-11 18:21:00 +00:00
parent 725213b581
commit 4d8406aa3a
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ fcb1 equ 0x5C
org 0x100
jmp main
%include "parse.inc"
%include "scan.inc"
%include "print.inc"
main mov di, 0x81