issues
search
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:
Change OperandFormat in OpcodeDescriptor to a bitmask (so that multiple formats can be selected)
Remove the separate opcodes for add
Have the assembler assemble the right encoding
Multi-step process: