4cade/src/prelaunch/captain.power.a

16 lines
232 B
Plaintext
Raw Normal View History

2021-03-23 15:35:16 +00:00
;license:MIT
;(c) 2021 by qkumba
!cpu 6502
2021-09-20 01:31:26 +00:00
!to "build/PRELAUNCH/CAPTAIN.POWER",plain
2021-03-23 15:35:16 +00:00
*=$106
!source "src/prelaunch/common.a"
+LC_REBOOT
jmp $800
!if * > $1C0 {
!error "code is too large, ends at ", *
}