Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 305 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 305 Bytes

Octavia

A simple X86-CPU emulator.

Usage:

Use as --32 -o mem_rom to compile a .as program and copy mem_rom to build/ and make in build/ dir. Run the cmodel which generated by make then you can get out put of the instruction you programed in .as file.

To-do:

Use C++ to refactor this emulator.