Skip to content

an absurdly simple 8086 interpeter for my school’s assembly entrance exam evaluation system.

License

Notifications You must be signed in to change notification settings

NoamRothschild/asm-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8086 Assembly Interpreter

an absurdly simple 8086 interpreter for my school’s assembly entrance exam evaluation system.

THIS PROJECT IS STILL IN CONSTRUCTION...

What should you use it for

As the name implies, this projet interpets simple assembly code. It does not, by any means emulate a full-on working 8086 CPU, neither do this its purpose.

It can be used to run the most basic asm commands and doesn't allow for much interesting behaviours.

I suspect it might be very fraglie (even though there are unit tests), so if you found a bug and want to fix it, feel free to open a pull request!

how to run

Make sure you have zig v0.14.1 installed, and run

zig build run

or

zig build test

to run the tests

About

an absurdly simple 8086 interpeter for my school’s assembly entrance exam evaluation system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages