RISC - LeFreq/Singularity GitHub Wiki

Reduced in

  • MOVE operation (conditional?)
  • JUMP on condition
  • AND
  • OR
  • +1: CALL function address
  • -1: RETURN to address on call-stack.
The NOT is a special, extra dimension of computation for efficiency.

These four operations can also be grouped as math or transformation operations (and/or) vs mechanical operators (jumping and moving/copying).

⚠️ **GitHub.com Fallback** ⚠️