4cade/src/prelaunch/tag.team.a
frankmilliron 8e49aca42e New macro (#81)
I've updated HERO and made a new macro for the lang card routine.
2019-12-23 19:24:55 -05:00

23 lines
356 B
Plaintext
Executable File

;license:MIT
;(c) 2019 by qkumba
!cpu 6502
!to "build/PRELAUNCH/TAG.TEAM",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $820
jsr $800 ; decompress
+LC_REBOOT
+DISABLE_ACCEL
jmp $6000
!if * > $1C0 {
!error "code is too large, ends at ", *
}