This release has a bug fix for '$embed' and an experimental "wrapper" feature for DOS 3.3 targets. Both based on reports from @ryandesign in ticket #24.
- '$embed' now targets move code instead of the embedded code when initializing.
- With DOS rewriting the Applesoft program, a new wrapper has been introduced. A short program is inserted for DOS to fiddle with before running the actual program (preventing any DOS meddling). ProDOS does not have this behavior. Currently, the program is simply:
This is a valid program that simply changes the start of the basic program before doing a
10 POKE 103,24:POKE 104,8:RUN
RUN
.
This project is split into three components: