Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made the EmulateInstruction class into a plug-in interface and moved the | Greg Clayton | 2011-02-01 | 1 | -280/+0 |
* | Add emulate_pop (loads multiple registers from the stack) entries to both the | Johnny Chen | 2011-01-31 | 1 | -1/+1 |
* | Align comment. | Johnny Chen | 2011-01-31 | 1 | -1/+1 |
* | Minor comment fix. | Johnny Chen | 2011-01-31 | 1 | -4/+4 |
* | Added the start of the plug-in interface to EmulateInstruction | Greg Clayton | 2011-01-30 | 1 | -3/+11 |
* | Added some documentation that describes the purpose and the goals | Greg Clayton | 2011-01-30 | 1 | -1/+90 |
* | Add emulate_ldr_rd_pc_rel entry to the g_thumb_opcodes table, which represents a | Johnny Chen | 2011-01-27 | 1 | -0/+1 |
* | Add emulate_add_rd_sp_imm (SP plus immediate) to the g_arm_opcodes and g_thum... | Johnny Chen | 2011-01-27 | 1 | -3/+3 |
* | Move the generic instruction bits manipulation routines into a newly created ... | Johnny Chen | 2011-01-26 | 1 | -52/+0 |
* | Added the start of opcode emulation for ARM instructions. This class is designed | Greg Clayton | 2011-01-21 | 1 | -0/+234 |