Source position: h68kdos.inc line 62
type Th68kdos_psp = record |
env: pchar; |
_exit: pointer; |
ctrlc: pointer; |
errexit: pointer; |
comline: Ph68kdos_comline; |
handle: array [0..11] of Byte; |
bss: pointer; |
heap: pointer; |
stack: pointer; |
usp: pointer; |
ssp: pointer; |
sr: Word; |
abort_sr: Word; |
abort_ssp: pointer; |
trap10: pointer; |
trap11: pointer; |
trap12: pointer; |
trap13: pointer; |
trap14: pointer; |
osflg: dword; |
reserve_1: array [0..27] of Byte; |
exe_path: array [0..67] of char; |
exe_name: array [0..23] of char; |
reserve_2: array [0..35] of Byte; |
end; |