| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Record type to store processor information.
Source position: setjumph.inc line 17
| type jmp_buf = packed record | ||
| ebx: LongInt; | 
 | EBX register. | 
| esi: LongInt; | 
 | ESI register | 
| edi: LongInt; | 
 | EDI register | 
| bp: Pointer; | 
 | BP register | 
| sp: Pointer; | 
 | SP register | 
| pc: Pointer; | 
 | PC register | 
| end; | 
| 
 | Save current execution point. | |
| 
 | Jump to address. |