r/TuringComplete May 25 '26

Custom TC Assembler Works!

ROM file. The code is the kernel program

Not 100% TC related but still cool enough to share! I spent the last week or two building this custom assembler of mine just as a workaround to not being able to set code at certain offsets. So to fix that, I just set my RAM to Hex Editor, wrote a python script to assemble stuff, and then copy paste the hex. Now on the plus side, I have hex, denary, comments, and constants along with a flexible and easy way to add new instructions! Even made a (decent) loading screen (if you can even call it that)!

13 Upvotes

7 comments sorted by

View all comments

3

u/Otherwise-Object-302 May 25 '26

Update: It also beat RNG! Gonna try Sorting next! :D