1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-07-03 05:29:37 +00:00
8bitworkshop/presets/astrocade/acheader.s

12 lines
526 B
ArmAsm
Raw Normal View History

2018-08-29 01:41:51 +00:00

; Minimal header file for use with Astrocade C programs
.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