Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 368 Bytes

File metadata and controls

17 lines (11 loc) · 368 Bytes

TODO

High Priority

  • Add Support for the 'Special Instructions'
  • Testing for correct binary output

After High Priority

  • Modularize testing

Backburner

  • Make a op generator so I don't have to code each op entirely by hand.
  • Add my own bit manipulation library to support auto-detection of bit_length
  • Use Cython for bit manipulation
  • Examples