4cade/src/prelaunch/captn.goodnight.a

17 lines
315 B
Plaintext
Raw Normal View History

2019-12-20 02:19:28 +00:00
;license:MIT
;(c) 2019 by qkumba
!cpu 6502
!to "build/PRELAUNCH/CAPTN.GOODNIGHT",plain
*=$106
!source "src/prelaunch/common.a"
inc $3f4 ; reset vector patch
; (overwrites LC so reboot)
jmp $800
!if * > $1C0 {
!error "code is too large, ends at ", *
}