JCL Help:TJmpInstruction

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Disected jump instruction.


Pascal

 PJmpInstruction = ^TJmpInstruction;
public TJmpInstruction = packed record
OpCode: Byte;
Distance: Longint;
end;


Members

Members Description
OpCode: Byte; OpCode for the JMP instruction.
Distance: Longint; Offset in the JMP instruction.


Description

JmpInstruction represents a assembler JMP instruction.


About

Unit

JclDebug


Navigation

Donator

Borland/Codegear/Embarcadero


Notes

This type is copied from System.pas


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page