fork download
  1. 0x00-0x5F=Note value pulled from chart.
  2.  
  3.  
  4. 0x60-0x7F=Opcodes without tramping into $80 range?
  5. Format:
  6. #%1100.00BB=Whole byte bit value to follow. Single value. May be scrapped and the opcode #%1101.BBBB will be used only.
  7. #%1101.BBBB=Array of bytes to follow opcode that each go into a register, for changing 2-3 or so registers at a time with minimal opcodes.
  8.  
  9.  
  10. 0x80-0xFF=Bit set for half bytes of each register.
  11. Format:
  12. #%1HBB.VVVV
  13. H=High value byte to change.
  14. BB=Byte to change inside the buffer, choose between 4 bytes.
  15. VVVV=Value of the bits to set in the byte.
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty