bitfield icon indicating copy to clipboard operation
bitfield copied to clipboard

Left of Register with reg:

Open stineje opened this issue 5 years ago • 2 comments

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.

stineje avatar Mar 20 '20 21:03 stineje

No, it is not implemented.

drom avatar Mar 27 '20 05:03 drom

This request belongs here: https://github.com/drom/bitfield/issues

drom avatar Apr 20 '20 07:04 drom