mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-19 02:10:39 +00:00
16 lines
243 B
Plaintext
Executable File
16 lines
243 B
Plaintext
Executable File
;license:MIT
|
|
;(c) 2020 by Frank M.
|
|
|
|
!cpu 6502
|
|
!to "build/PRELAUNCH/OUTWORLD",plain
|
|
*=$106
|
|
|
|
!source "src/prelaunch/common.a"
|
|
|
|
+NEW_RESET_VECTOR $BFF0
|
|
jmp $27FD
|
|
|
|
!if * > $1C0 {
|
|
!error "code is too large, ends at ", *
|
|
}
|