I was very impressed by the speed of the DMA command. It is described in the Mega65 manual at page 93:
Funny how that description does not match the syntax in your program, the number of parameters is off. ![]()
How did you find out the correct syntax?
Answer: Veryyyyyyy fast! And it's a BASIC(!) command.
So what?
Do someone know a method to export the C65 BASIC program as text, to read it with a normal editor?
Just use petcat from VICE.
By the way, the program uses token $fe $1f, not $fe $23 as given in the manual.