JCL Help:TJmpInstruction
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJmpInstruction Record
[+] JclDebug.pas Records
[+] TJmpInstruction Fields
Search in JCL Help
Search in all projects
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
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