iigs-game-engine/demos/shell/App.s

15 lines
290 B
ArmAsm
Raw Normal View History

2021-03-22 02:59:54 +00:00
; IIgs Game Engine
2021-08-26 21:45:23 +00:00
TYP $B3 ; S16 file
DSK GTETestApp
2021-03-22 02:59:54 +00:00
XPL
; Segment #1 -- Main execution block
ASM App.Main.s
2021-07-30 13:01:16 +00:00
SNA Main
2022-06-27 16:25:08 +00:00
; Segment #2 -- Tileset
2021-08-26 21:45:23 +00:00
ASM gen\App.TileSet.s
2022-06-27 16:25:08 +00:00
SNA TSET