This commit is contained in:
Kelvin Sherlock 2020-07-23 21:12:55 -04:00
parent 03fcac89e8
commit a98092a1fb
4 changed files with 17 additions and 17 deletions

16
morse.gs.link.s Normal file
View File

@ -0,0 +1,16 @@
lkv 1
ver 2
ovr all
asm morse.gs.s
asm charctrl.s
lnk morse.gs.l
lnk charctrl.l
typ $b3
aux $db03
sav morse.gs
ent
* cmd compile morse.gs.rez keep=morse.gs

View File

@ -880,7 +880,7 @@ _buffer ds 256
typ $b3
* aux $db03
sav morse16.l
sav morse.gs.l
* lst on
sym

View File

@ -1,16 +0,0 @@
lkv 1
ver 2
ovr all
asm morse16.s
asm charctrl.s
lnk morse16.l
lnk charctrl.l
typ $b3
aux $db03
sav morse16
ent
* cmd compile morse16.rez keep=morse16