1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 05:41:31 +00:00
8bitworkshop/presets/astrocade/acmenu.s

13 lines
414 B
ArmAsm
Raw Normal View History

; Minimal header file for use with Astrocade C programs
2019-06-02 02:09:45 +00:00
.area _CODE
.byte 0x55 ; ... with the code for a normal menued cartridge
.word 0x0218 ; Initialize menu
.word PrgName ; ... with string at PrgName
.word _main ; ... such that selecting the program enters PrgStart
PrgName:
.ascii "8BITWORKSHOP" ; String
.byte 0 ; ... which must be followed by 0