You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: