Age | Commit message (Expand) | Author |
2007-07-26 | X86: Fix pc relative versions of add and subtract. | Gabe Black |
2007-07-26 | X86: Implement rotate-by-one instructions, and make register rotates use regi... | Gabe Black |
2007-07-26 | X86: Implement shift-by-one instructions, and make register shifts use regist... | Gabe Black |
2007-07-26 | Implement NOT | Gabe Black |
2007-07-24 | Fix immediate shifts. Implement register shifts. | Gabe Black |
2007-07-24 | Fix immediate rotates and add register ones. | Gabe Black |
2007-07-24 | Clean out part of an old comment. | Gabe Black |
2007-07-24 | Implement cmov. | Gabe Black |
2007-07-24 | Implement cdqe and cqo, which are also called cbw and cwde, and cwd and cdq r... | Gabe Black |
2007-07-24 | Implement setcc. | Gabe Black |
2007-07-24 | Get rid of an old comment. | Gabe Black |
2007-07-24 | Get rid of an old comment | Gabe Black |
2007-07-23 | Implement pusha, popa, three operand imul, hook them into the decoder, and cl... | Gabe Black |
2007-07-23 | Make the operand size reflect the size specifier on the operand tags, and imp... | Gabe Black |
2007-07-21 | Implemented and hooked in xchg, rotate with carry, and ret instructions | Gabe Black |
2007-07-20 | Fixed the distinction between far and near versions of jmp, call and ret. Imp... | Gabe Black |
2007-07-20 | Implement UD2 and replace the place holder in the decoder. | Gabe Black |
2007-07-20 | Implement adc and sbb instructions and microops. | Gabe Black |
2007-07-20 | Implement the rest of the conditional jump instructions and hook them into th... | Gabe Black |
2007-07-20 | Define and fill out a lot of different instructions and instruction versions.... | Gabe Black |
2007-07-20 | Comment, implement, fix, and trim the move microassembly. | Gabe Black |
2007-07-20 | Implement jnbe. | Gabe Black |
2007-07-20 | Appended _NEAR to the near version of call and return. | Gabe Black |
2007-07-20 | Implement the increment and decrement instructions, and the two operand form ... | Gabe Black |
2007-07-19 | x86 fixes | Gabe Black |
2007-07-18 | Implement near returns. | Gabe Black |
2007-07-18 | Fix a comment to refer to the right type of instruction. | Gabe Black |
2007-07-18 | Implement some forms of add. | Gabe Black |
2007-07-18 | Implement the x86 nop to be a "fault" microop which returns "NoFault". | Gabe Black |
2007-07-17 | Implemented jnz. | Gabe Black |
2007-07-17 | Use limm to set up immediate value for subtract instruction. | Gabe Black |
2007-07-17 | Implement the jz instruction. | Gabe Black |
2007-07-17 | Make "test" set some condition codes. | Gabe Black |
2007-06-21 | Make symbols for regular registers. | Gabe Black |
2007-06-21 | Use the new symbols to clean up the assembler. | Gabe Black |
2007-06-20 | Implement rip relative addressing and put in some missing loads and stores. | Gabe Black |
2007-06-20 | Make memory instructions work better, add more macroop implementations, add a... | Gabe Black |
2007-06-19 | More faithfulness to what instructions should work in what modes, and added t... | Gabe Black |
2007-06-19 | Make instructions that are illegal in 64 bit mode not do the wrong thing in 6... | Gabe Black |
2007-06-19 | Get rid of the commented out versions of macroops which have been reimplement... | Gabe Black |
2007-06-19 | Get rid of the immediate and displacement components of the EmulEnv struct an... | Gabe Black |
2007-06-14 | Implement a handful more instructions and differentiate macroops based on the... | Gabe Black |
2007-06-14 | Make POP special case its dataSize to default to 64 bits in 64 bit mode. | Gabe Black |
2007-06-13 | Partially implement "POP" | Gabe Black |
2007-06-12 | Add in MOV instructions. | Gabe Black |
2007-06-08 | Move the microcode assembly to a python package instead of isa_parser files. ... | Gabe Black |