1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-07 01:29:30 +00:00
8bitworkshop/presets/astrocade/hdr_standard.s

17 lines
247 B
ArmAsm
Raw Permalink Normal View History

2019-05-29 01:05:19 +00:00
.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