Skip to content

PtrRec

Record describing a pointer to a memory location.

Declaration

Source position: objects.pp line 234

Type
PtrRec = packed record
  Ofs : Word;
  Seg : Word;
end