summaryrefslogtreecommitdiff
path: root/emulate/emulator.hpp
AgeCommit message (Expand)Author
2018-06-16Rewrites the binary operation function to have code reuse between unary and b...Dennis Brentjes
2018-06-16Some small reformattings.Dennis Brentjes
2018-06-16Implements CLD and O_SMEM as src operand.Dennis Brentjes
2018-06-16Fixes a bug with calculating memory offsets and exposes some more registers.Dennis Brentjes
2016-10-04adds jnz and moves around some output.Dennis Brentjes
2016-10-04Adds shr and cmp (with flags), and adds flags for sub.Dennis Brentjes
2016-10-04adds emulation of a few more instructions.Dennis Brentjes
2016-10-04Started working on a x86 emulator.Dennis Brentjes