4cade/src/prelaunch/outworld.a

16 lines
241 B
Plaintext
Raw Permalink Normal View History

2020-05-03 19:03:57 +00:00
;license:MIT
;(c) 2020 by Frank M.
!cpu 6502
!to "build/PRELAUNCH.INDEXED/OUTWORLD",plain
2020-05-03 19:03:57 +00:00
*=$106
!source "src/macros.a"
2020-05-03 19:03:57 +00:00
+NEW_RESET_VECTOR $BFF0
jmp $27FD
!if * > $1C0 {
!error "code is too large, ends at ", *
}