mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-05 06:07:36 +00:00
60 lines
265 B
ArmAsm
60 lines
265 B
ArmAsm
; IIgs Game Engine
|
|
|
|
TYP $B3 ; S16 file
|
|
DSK APUSim
|
|
XPL
|
|
|
|
; Segment #1 -- Main execution block
|
|
|
|
ASM apu_sim.s
|
|
KND #$1100
|
|
SNA MAIN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|