I've got a need to be able to read and write in the trapdoor $C00000-$C7FFFE memory address ranges. Ideally I'd like to do
WRITE $C00000, $5555
and then
READ $C00000
and get back a "$5555."
With many more requirements, I could probably do something similar in Assembler, but I was hoping to get something off the shelf.
It's got to work with KS1.3.
I've spent some time looking through aminet, but I can't seem to find anything. Peek+Poke looked promising but requires 2.0.
Thanks