help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

jmp_buf

Record type to store processor information.

Declaration

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;

See also

setjmp

  

Save current execution point.

longjmp

  

Jump to address.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505