![]() |
|
#2
|
||||
|
||||
|
There is a bug in display routine.
App shows `EB2` instead of `EB02`. File: JumpCalculatorDlg.cpp Line: 444 Current code: Code:
```c char buffer[50]; if (ShortJump) sprintf(buffer, "%s%X", opcode, computed & 0x0FF); else sprintf(buffer, "%s%04X", opcode, Endian_DWord_Conversion(computed)); SetDlgItemText(IDC_EDIT2, buffer); ```
__________________
EnJoy! |
| The Following 2 Users Say Thank You to Jupiter For This Useful Post: | ||
MarcElBichon (08-30-2025), riverstore (11-04-2025) | ||
|
|