summaryrefslogtreecommitdiff
path: root/emulate
AgeCommit message (Expand)Author
2021-05-28Fixes relocation and slowly starts implmenting base DOS and DPMI interrupts.Dennis Brentjes
2021-01-25Fixes the build for c++20 and new version of boostDennis Brentjes
2018-06-16Rewrites the binary operation function to have code reuse between unary and b...Dennis Brentjes
2018-06-16Adds some more output to a emulation run.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