diff --git a/src/prelaunch/phantoms.five.a b/src/prelaunch/phantoms.five.a new file mode 100644 index 000000000..800fd7947 --- /dev/null +++ b/src/prelaunch/phantoms.five.a @@ -0,0 +1,15 @@ +;license:MIT +;(c) 2020 by qkumba + +!cpu 6502 +!to "build/PRELAUNCH/PHANTOMS.FIVE",plain +*=$106 + + !source "src/prelaunch/common.a" + + +NEW_RESET_VECTOR $340 + jmp $26B2 + +!if * > $1C0 { + !error "code is too large, ends at ", * +}