JeffJetton Posted November 8, 2019 Share Posted November 8, 2019 Okay, I'm not actually writing an Atari 2600 program in Python as much as using Python to build a binary file of machine code instructions from hardcoded hex values. Nothing really revolutionary about it, but I saw Ben Eater do something similar in a video (he flashed an EEPROM with a Python-created file of 6502 code) and thought it might be fun to do the same sort of thing. Reminded me a bit of when I was a kid and would try to write machine code on my Timex-Sinclair 1000 by POKEing bytes into memory using BASIC. ? Here it is: https://github.com/JeffJetton/cart-maker - Jeff Quote Link to comment Share on other sites More sharing options...
Linndrum Posted November 8, 2019 Share Posted November 8, 2019 Noice! That is interesting Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.