An x86_64 interpreter written in C
Archiviert 7 months ago
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
