==================
== c64.inet6.se ==
==================

6502 Step 2

petscii c64 golang
Endless loop programs not worth waiting for Step 0, implement cycle counter and default to 1E9 cycles before stopping the emulator. It allows you to configure a value if you have other preferences but it should have a more clever int parser so I could write either 1E9, 10^9 or X for 2^X loops or even parse human readable strings like “1M” for a million. For now, it is bare ints with lots of zeroes. Read more...

6502eval

kickc c64 golang
Introduction Figuring I needed to learn a bit more Go, I went on to expand on Marco Peerebooms toy6502 cpu emulator written in golang. After forking the project off, fixing a small nit for it to actually compile and turn it into a golang module, I set off to make a eval6502 program using the module to be useful for my own purposes, which relates to kickC and C64 development. Read more...
1 of 1