mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
8048 : improve display of JBx opcode
instead of e.g. "JB0x5", they will render as "JB5".
This commit is contained in:
parent
bb08f67417
commit
2b05e1f5f2
1 changed files with 2 additions and 0 deletions
|
@ -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 _ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue