Andreas Kling
|
9fc00d5d12
UserspaceEmulator: XLAT BX should not check full EBX shadow bits
|
5 년 전 |
Andreas Kling
|
9c155c8f35
UserspaceEmulator: Tweak some output strings
|
5 년 전 |
Andreas Kling
|
a819c35904
UserspaceEmulator: Include flag taint state in dump output
|
5 년 전 |
Andreas Kling
|
5c29f4e326
UserspaceEmulator: Add a newline before uninitialized op warnings
|
5 년 전 |
Andreas Kling
|
d1dd5013ea
UserspaceEmulator: Remove unnecessary local getpid() caches
|
5 년 전 |
Andreas Kling
|
e634fe6072
UserspaceEmulator: Warn on conditional op with uninitialized dependency
|
5 년 전 |
Andreas Kling
|
48eec58bdc
UserspaceEmulator: Flush stdout in SoftCPU::dump()
|
5 년 전 |
Andreas Kling
|
6c8a0e8c56
UserspaceEmulator: Mark all registers as initialized from boot
|
5 년 전 |
Andreas Kling
|
be5f42adea
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
|
5 년 전 |
Andreas Kling
|
e4b068aec5
UserspaceEmulator: Fix buggy IDIV instructions
|
5 년 전 |
Andreas Kling
|
9e6d002660
UserspaceEmulator: Fix buggy IMUL instructions
|
5 년 전 |
Andreas Kling
|
02882d5345
UserspaceEmulator: Add single-operand MUL and DIV instructions
|
5 년 전 |
Andreas Kling
|
30d512144e
UserspaceEmulator: Implement the BSF and BSF instructions
|
5 년 전 |
Andreas Kling
|
becbf36711
UserspaceEmulator: Fix XCHG_AX_reg16 overwriting entire EAX
|
5 년 전 |
Andreas Kling
|
8959f9950a
UserspaceEmulator: Simplify the STOSB/STOSW/STOSD instructions
|
5 년 전 |
Andreas Kling
|
79290696cf
UserspaceEmulator: Simplify MOVSB/MOVSW/MOVSD instructions
|
5 년 전 |
Andreas Kling
|
f70f530722
UserspaceEmulator: Implement the SCASB/SCASW/SCASD instructions
|
5 년 전 |
Andreas Kling
|
41bbedc41d
UserspaceEmulator: Implement the LODSB/LODSW/LODSD instructions
|
5 년 전 |
Andreas Kling
|
c3441719ea
UserspaceEmulator: Implement the JCXZ instruction
|
5 년 전 |
Andreas Kling
|
d321dc0a74
UserspaceEmulator: Fix too-wide accumulator used in 8/16 bit CMPXCHG
|
5 년 전 |
Andreas Kling
|
485d1faf09
UserspaceEmulator: Add helpers for making loop instructions generic
|
5 년 전 |
Andreas Kling
|
28b6ba56aa
UserspaceEmulator: Add the LOOP/LOOPZ/LOOPNZ instructions
|
5 년 전 |
Andreas Kling
|
af7a1eca0b
UserspaceEmulator: Implement the XLAT instruction :^)
|
5 년 전 |
Andreas Kling
|
86a7820ad7
UserspaceEmulator: Add 16-bit PUSH/POP instructions
|
5 년 전 |
Andreas Kling
|
d153fbf44e
UserspaceEmulator: Implement the BT/BTS/BTR/BTC instruction set
|
5 년 전 |
Andreas Kling
|
06669f3f0f
UserspaceEmulator: Implement IMUL_RM8 and IMUL_RM32
|
5 년 전 |
Andreas Kling
|
9f1221c785
UserspaceEmulator: Implement the ROL/ROR/RCL/RCR instructions
|
5 년 전 |
Andreas Kling
|
897af8b4f7
UserspaceEmulator: Implement more SHLD/SHRD variants
|
5 년 전 |
Andreas Kling
|
db1929e3ff
UserspaceEmulator: Make the shift/rotate instructions more generic
|
5 년 전 |
Andreas Kling
|
acfae91032
UserspaceEmulator: Fix incorrect SALC behavior
|
5 년 전 |