summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-12add documentation and bump to 0.1!iximeow
2020-10-11fix unused variable warnings (asserts that used these are now comments)iximeow
2020-10-11remove even more one-off opcode misspellingsiximeow
2020-10-11clean up more misunderstood opcodes, add missing M__ encodingsiximeow
2020-10-11explicit '.imm' trailing opcodes were a misunderstanding of the manualiximeow
2020-10-11get more operand encodings in place, square away testsiximeow
shl/shr pseudo-ops were annoying, now they're fixed
2020-10-11fix reversed l/x instruction word order and immediate decodeiximeow
2020-10-11immediate forms of instructions are not distinct opcodesiximeow
2020-10-11fix numerous decode and display errorsiximeow
retain load/store hints shift counts were off by one display speculation hints for relevant instructions
2020-10-11add tests derived from bash_4.2+dfsg-0.1+deb7u3_ia64iximeow
syntax is entirely from objdump, and is partially converted to appropriate test expectations
2020-10-11more pseudo-op cleanup, track predication, record float sf field, more testsiximeow
also make immediate representation more consistent
2020-10-10start getting display impls together, distinguish read/write operandsiximeow
2020-10-04add most of opcode decodingiximeow
2020-10-04wip towards a v1iximeow
2020-09-15it's a startiximeow