-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Please describe your system environment before submitting your Issue.
Is there any way to put a character to the left of the register, similar to "R", "I", or "J" for types of instruction. For example:
{reg:
[
{bits: 26, name: 'address'},
{bits: 6, name: 'opcode'},
],
config:{bits: 32}
}
You could put a J to the left of the register to signify a Jump instruction from the MIPS ISA.
Reactions are currently unavailable