import: ninjatrackerplus player, assembled by merlin32

This commit is contained in:
dwsJason 2018-11-23 10:20:55 -05:00
parent 57b1abb539
commit 5e61c1830b
4 changed files with 2620 additions and 0 deletions

16
asm/merlin/link.s Normal file
View File

@ -0,0 +1,16 @@
dsk ntpplayer.a ; program name
typ $b1 ; OBJ
;xpl ; Add Expressload
; Segment 1
asm ninjatrackerplus.s
ds 0
knd #$1100 ; Kind
ali None ; alignment
lna ntpplayer ; Load Name
sna ntpplayer ; Segment Name

3
asm/merlin/make.bat Normal file
View File

@ -0,0 +1,3 @@
merlin32 -V . link.s
iix chtyp -t obj ntpplayer.a

File diff suppressed because it is too large Load Diff

BIN
asm/merlin/ntpplayer.a Normal file

Binary file not shown.