4cade/src/prelaunch/tag.team.a

23 lines
358 B
Plaintext
Raw Normal View History

2019-12-21 18:49:23 +00:00
;license:MIT
2019-12-25 22:15:36 +00:00
;(c) 2019 by Frank M.
2019-12-21 18:49:23 +00:00
!cpu 6502
!to "build/PRELAUNCH/TAG.TEAM",plain
*=$106
!source "src/prelaunch/common.a"
2019-12-21 21:07:17 +00:00
+ENABLE_ACCEL
2019-12-21 18:49:23 +00:00
lda #$60
sta $820
jsr $800 ; decompress
+LC_REBOOT
2019-12-21 18:49:23 +00:00
2019-12-21 21:07:17 +00:00
+DISABLE_ACCEL
2019-12-21 18:49:23 +00:00
jmp $6000
!if * > $1C0 {
!error "code is too large, ends at ", *
}