Omnilios

8080 Processor

VHDL recreation of the 8080

An unfinished 8080 reacretion with added multiplier in opcode DD instructor that I did for an assignment.

It has INC; DCR; RAL; RAR; DAD yy; MVI dst,data8; LXI; ADD accumulator; MUL E register with accumulator and CMP

Here the result of it try to multiply 8a with 7b

Result in HL register

Source code at https://github.com/VietTran8611/proc8080