blob: 289bc46355eca5f97e8f84500ee033664e48970a (
plain)
1
2
3
4
5
6
7
8
|
# Base instruction opcode definitions
# Format: mnemonic, encoding, operands, type, description
# e.g.:
# - mnemonic: ADD
# encoding: 0b0000000_?????_?????_000_?????_0110011
# operands: [rd, rs1, rs2]
# type: R
# description: Add registers
|