Content deleted Content added
No edit summary |
Cmdrjameson (talk | contribs) m sp |
||
Line 2:
It has the following strucutre:
Offset Size
--------------------------------------------------------------------
00-01 Code CP/M exit (always contain INT 20)
Line 8:
04 Reserved
05-09 Code Far call to DOS (internal)
0A-0D DWord Terminate address of
0E-11 DWord Break address of
12-15 DWord Critical error address of
16-17 Word Parent psp segment (PSP of caller - usually
command.com - internal)
18-2B Bytes [[Job File Table]](JFT) (internal)
2C-2D Word
2E-31 DWord SS:SP on entry to last INT 21 call (Internal)
32-33 Word Max open files (Internal - see below)
Line 21:
50-52 Code CP/M function call (always contain INT 21 + RETF)
53-5B Reserved
5C-6B Unopened
6C-7F Unopened
is opened)
80 Byte Number of characters on command-line (excl. filename
|