4cade/src/prelaunch/orbitron.a

16 lines
233 B
Plaintext
Raw Permalink Normal View History

2019-12-15 03:15:27 +00:00
;license:MIT
;(c) 2019 by qkumba
!cpu 6502
!to "build/PRELAUNCH.INDEXED/ORBITRON",plain
2019-12-15 03:15:27 +00:00
*=$106
!source "src/macros.a"
2019-12-15 03:15:27 +00:00
+USES_TEXT_PAGE_2
jmp $2000
!if * > $1C0 {
!error "code is too large, ends at ", *
}