mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-19 07:31:24 +00:00
62 lines
264 B
ArmAsm
62 lines
264 B
ArmAsm
; IIgs Game Engine
|
|
|
|
TYP $B3 ; S16 file
|
|
DSK GTETestApp
|
|
XPL
|
|
|
|
; Segment #1 -- Main execution block
|
|
|
|
ASM Main.s
|
|
|
|
; Segment #2 -- ROM
|
|
|
|
ASM rom.s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|