summaryrefslogtreecommitdiff
path: root/common/lib/libx86emu/x86emu.c
AgeCommit message (Expand)Author
2022-11-01s/varaible/variable/ and s/varible/variable/ in comments.andvar
2022-10-26nix double n, i or g in "ing", in comments and documentation.andvar
2021-12-05s/asychronous/asynchronous/ in comment.msaitoh
2021-12-05s/absense/absence/ in comment.msaitoh
2014-08-04Fix decoding of near CALL when address-size prefix (67h) is present.joerg
2014-08-04Fix decoding of LEA when address-size prefix (67h) is present.joerg
2014-08-04Fix decoding of MOVSX. From Wolf Ramovsky via FreeBSD.joerg
2009-02-030:0 is the adress x86emu_call pushes on the stack, so check for it herejoerg
2009-02-03Fix three bugs in the instruction decoder:joerg
2008-10-27Raise correct interrupt on division errors.joerg
2008-10-25Emulate cpuid instruction.jmcneill
2007-12-13Refactor interrupt dispatching.joerg
2007-12-04Expect that src/common/include is in include path and use x86emu/* forjoerg
2007-11-30Add x86emu for in-kernel use. This is a 386 real mode emulator that canjoerg