A simple X86-CPU emulator.
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.
Use C++ to refactor this emulator.