If you want to transfer chunks of memory directly, you can do it using the Tube transfer protocol described in the NAUG, page 338 here: download/file.php?id=92041
It’s probably not good for transferring one byte at a time because of the overhead, but blocks are good.
Perhaps more useful would be to recode the required fast graphics routine in 6502 and download them to the host, hook into the required vector then trigger them with custom OSWORD or VDU sequences that hook. For example, a routine to draw a rectangle or plot a graphic.
It’s probably not good for transferring one byte at a time because of the overhead, but blocks are good.
Perhaps more useful would be to recode the required fast graphics routine in 6502 and download them to the host, hook into the required vector then trigger them with custom OSWORD or VDU sequences that hook. For example, a routine to draw a rectangle or plot a graphic.
Statistics: Posted by Mince — Fri Sep 20, 2024 9:04 pm