In this video I demonstrate compiling Prog8 code to a 6502 binary and then loading that into a simulated 6502 processor on a digital logic simulation tool. With a 32x32 pixel graphical output using a tiny 3x4 font.
Shockingly it works! Well, not that shocking as Digital is a great tool for simulating digital logic.
Check out @CommmodoreSam's channel for more #Prog8 content!
Thanks hneemann for the great Digital tool & completely-unstable for the implementation of a 6502.
Prog8:
https://github.com/irmen/prog8/
https://prog8.readthedocs.io/en/latest/
Prog8 custom targets, including "sim6502" as I called it:
https://github.com/gillham/prog8targets
Digital logic simulator:
https://github.com/hneemann/Digital
6502 Process in Digital:
https://github.com/completely-unstable/6502-Digital
Prog8 Users Group (P8UG):
https://p8ug.org/
Join the #prog8-dev channel on Discord:
https://discord.gg/nS2PqEC
Download
0 formats
No download links available.
Prog8 6502 code on a digital logic simulator! | NatokHD