Changeset 218 for branches/CpuSingleSize/UDisassembler.pas
- Timestamp:
- Oct 14, 2020, 7:51:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CpuSingleSize/UDisassembler.pas
r216 r218 55 55 InstText := InstText + 'R' + IntToStr(Value); 56 56 end else 57 if InstructionInfo.Params[J] = ptRegIndirect then begin 58 InstText := InstText + '(R' + IntToStr(Value) + ')'; 59 end else 57 60 if InstructionInfo.Params[J] = ptNumber then begin 58 61 InstText := InstText + IntToHex(Value, 8);
Note:
See TracChangeset
for help on using the changeset viewer.