python 8088 interpreter
The main idea is to convert 8088 Assembly language into python native functons
compiling and executing implemented functions
data section(instructions still cant use it now)
(Byte variants are included)
MOV(working on registers,and variables)
ADD(needs more testing)
SUB(needs more testing)
MUL(untested)
JMP(fully working)
math operations
BOOLEAN basic operations
STACK operations
BX,SI,DI pointer operations
SYSCALLS
fuctions/procedures
download source zip snd unzip
run interprete8088.py
chose your file with the "compile" button
run instructions using "next" button
a "test.s" file is included in the zip
Because it started with the goal to have something ready easy to use for an exam,the other project taken over this one,since it was more faster and easier to implement.