1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-01-10 16:29:48 +00:00

10 lines
132 B
ArmAsm
Raw Normal View History

2018-08-28 21:41:51 -04:00
; Minimal header file for use with Astrocade C programs
.area _CODE
jp start ; jump to main()
start:
ld sp,#0x4fce
jp _main