8048 : improve display of JBx opcode

instead of e.g. "JB0x5", they will render as "JB5".
This commit is contained in:
fenugrec 2022-12-22 10:38:36 -05:00 committed by ghidorahrex
parent bb08f67417
commit 2b05e1f5f2

View file

@ -91,6 +91,8 @@ attach variables ri [ R0 R1 ];
attach names rn [ R0 R1 R2 R3 R4 R5 R6 R7 ]; attach names rn [ R0 R1 R2 R3 R4 R5 R6 R7 ];
attach names ri [ R0 R1 ]; attach names ri [ R0 R1 ];
@endif @endif
attach names abit ["0" "1" "2" "3" "4" "5" "6" "7"];
attach names dbf [ MB0 MB1 ]; attach names dbf [ MB0 MB1 ];
attach names bs [ RB0 RB1 ]; attach names bs [ RB0 RB1 ];
attach names pp [ BUS P1 P2 _ ]; attach names pp [ BUS P1 P2 _ ];