aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_opcodes.S
AgeCommit message (Expand)Author
2011-07-12added bx pc support for arm instruction decoding, updated commentsTat-Chee Wan (USM)
2011-07-12fix thumb mode bx pc target address calculationTat-Chee Wan (USM)
2011-07-11fix thumb instruction parser for pop pcTat-Chee Wan (USM)
2011-07-11most set thumb flag for non-matching thumb instruction decode caseTat-Chee Wan (USM)
2011-07-11do not set thumb flag before calling thumb instruction handler routinesTat-Chee Wan (USM)
2011-07-06fix syntax errorsTat-Chee Wan (USM)
2011-07-06updated arm condtion code check algorithmTC Wan
2011-07-06reorder arm opcode decode table entries to check for more specific instr firstTat-Chee Wan (USM)
2011-07-06fix bug in b and bl offset calculation, code cleanup.Tat-Chee Wan (USM)
2011-07-05refactoring, moved opcode parsing logic to separate fileTat-Chee Wan (USM)