working on adding instructions that take immediates
[power-instruction-analyzer.git] / src / main.rs
2020-10-12 Jacob Lifshayworking on adding instructions that take immediates
2020-09-03 Jacob Lifshayadd more test values around i32 and i64 overflow
2020-09-03 Jacob Lifshaycode compiles
2020-07-09 Jacob Lifshayrefactor API and add support for more instructions
2020-07-08 Jacob Lifshayadd python bindings
2020-05-28 Jacob Lifshayadd more test cases
2020-05-28 Jacob Lifshayworking on adding instruction models
2020-05-28 Jacob Lifshayadd newline to end of output
2020-05-28 Jacob Lifshayswitch output format to JSON to allow easier parsing
2020-05-26 Jacob Lifshaychange loop order
2020-05-26 Jacob Lifshayadd more instructions and test cases
2020-05-26 Jacob Lifshayinitial commit initial