1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-10 21:29:33 +00:00
8bitworkshop/presets/astrocade/hdr_standard.s
2019-05-29 22:10:38 -04:00

17 lines
247 B
ArmAsm

.include "astrocade.inc"
; Minimal header file for use with Astrocade C programs
.area _CODE
.db 0x55 ; sentinel
.dw MENUST
.dw PrgName
.dw PrgStart
PrgName:
.ascii "8BITWORKSHOP"
.db 0
PrgStart:
jp _main