philpax / skiron

Skiron is a basic 32-bit RISC-inspired CPU architecture.
MIT License
3 stars 1 forks source link

Implement Encoding field #22

Open philpax opened 8 years ago

philpax commented 8 years ago

Multi-step process:

  1. Change OperandFormat in OpcodeDescriptor to a bitmask (so that multiple formats can be selected)
  2. Remove the separate opcodes for add
  3. Have the assembler assemble the right encoding