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

22 lines
356 B
Plaintext
Raw Normal View History

2019-12-20 02:19:28 +00:00
;license:MIT
2019-12-25 22:15:36 +00:00
;(c) 2019 by Frank M.
2019-12-20 02:19:28 +00:00
!cpu 6502
!to "build/PRELAUNCH.INDEXED/CG",plain
2019-12-20 02:19:28 +00:00
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $9DE
jsr $800 ; decompress
+LC_REBOOT
lda #8 ; x=45, y=1 here
jmp $B800
2019-12-20 02:19:28 +00:00
!if * > $1C0 {
!error "code is too large, ends at ", *
}