4cade/src/prelaunch/stellar.7.a

16 lines
235 B
Plaintext
Raw Normal View History

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