SpeedCode Generator (C64)
By TSB (2016)
Code snippet to loop
lda %a0% sta %a1%
Define address vars as: a0, a1, a2, a3, and so one..( start with 0 (zero) )
Start Addresses ( hex )
Define addresses as: 0xaaaa, 0xaaaa or $aaaa, $aaaaa
Loop ( x/y ) count ( hex )
How many times to repeat the snippet, simple calc allowed with: +, -, * , / ( all in hex )
Address inc value ( hex )
How many times to repeat the snippet
Your speedcode: