working on adding instructions that take immediates
[power-instruction-analyzer.git] / src / lib.rs
2020-10-12 Jacob Lifshayworking on adding instructions that take immediates
2020-09-04 Jacob Lifshayadd neg* instructions
2020-09-04 Jacob Lifshayadd addex instruction and code needed for working aroun...
2020-09-04 Jacob Lifshayadd addme*, subfme*, addze*, and subfze*
2020-09-03 Jacob Lifshayadd adde* and subfe*
2020-09-03 Jacob Lifshayadd addc* and subfc* instructions
2020-09-03 Jacob Lifshaycode compiles
2020-08-29 Jacob Lifshayworking on adding proc-macro that replaces macro_rules...
2020-08-28 Jacob LifshayWIP: adding support for carry input/outputs and simplif...
2020-08-28 Jacob Lifshayadd subf[o][.] instructions
2020-08-28 Jacob Lifshayworking on add[o][.] implementation
2020-08-27 Jacob Lifshaycomment out add* code until it can be tested
2020-08-27 Jacob Lifshayadd add[o][.]
2020-07-09 Jacob Lifshayswap assembly argument order to be the correct order
2020-07-09 Jacob Lifshayadd initial implementation of mul* and madd* instructions
2020-07-09 Jacob Lifshayrefactor API and add support for more instructions
2020-07-08 Jacob Lifshayadd python bindings