Coding Global Background
Coding Global

An x86_64 interpreter written in C

Archived 9 months ago
🥹✅2
0 messages
0 members
Created a year ago
Updated a year ago
Open in Discord
D
dexter017883
Verified
Hey guys, I've been working on an x86_64 interpreter for fun and to learn more about C and assembly language. It was a great experience - I learned so much stuff. The project has an interpreter and a REPL. Like Python, the interpreter executes code line by line. For now, I haven't found any memory leaks. If you have any suggestions, let me know! (I only consider small suggestions, not big ones)

Github: https://github.com/ZbrDeev/AntAsm