mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-15 04:30:18 +00:00
22 lines
356 B
Plaintext
Executable File
22 lines
356 B
Plaintext
Executable File
;license:MIT
|
|
;(c) 2019 by Frank M.
|
|
|
|
!cpu 6502
|
|
!to "build/PRELAUNCH.INDEXED/CG",plain
|
|
*=$106
|
|
|
|
!source "src/prelaunch/common.a"
|
|
|
|
lda #$60
|
|
sta $9DE
|
|
jsr $800 ; decompress
|
|
|
|
+LC_REBOOT
|
|
|
|
lda #8 ; x=45, y=1 here
|
|
jmp $B800
|
|
|
|
!if * > $1C0 {
|
|
!error "code is too large, ends at ", *
|
|
}
|