adding includes for intbasic.asm

This commit is contained in:
Zellyn Hunter 2014-06-12 17:40:39 -07:00
parent a7bdbd242e
commit 90ccbe1eca
2 changed files with 7 additions and 0 deletions

6
source/redbook/T.MACROS Normal file
View File

@ -0,0 +1,6 @@
10 * Macros used by intbasic.asm
20 INCW MAC
30 INC ]1
40 BNE INCW_END
50 INC ]1+1
60 INCW_END EOM

1
source/redbook/T.PART1 Normal file
View File

@ -0,0 +1 @@
10 * Empty file to keep intbasic assembly happy.