aboutsummaryrefslogtreecommitdiff
path: root/assembler/opcode.s
AgeCommit message (Collapse)Author
2024-05-19Rework assembler for simplified instruction setJacques Comeaux
- Remove commas and brackets from syntax - Rename opcodes for unambiguous instruction encodings - Redesign parse instruction encoding - Implement opcode parser - Add bit-width restriction to octal parser