This is the programming assignment of ICS course in NJUCS. Thanks to the contribution of yzh in this course.
This is a i386 emulator.
##Functions
- Provide a very simlpe gdb-like debugging envrionment.
- Support most insrtuctions in i386.
- Emulated cache and segment.
##Warnings
- This assignment is NOT finished.
- I finished cache and segment in PA3 but page is still buggy.
- OF and CF for some insrtuctions didn't set correctly.