Content deleted Content added
Matthiaspaul (talk | contribs) m →External links: Moved into sub-category |
minor cleanup |
||
Line 48:
| 2Eh-31h
| dword
| SS:SP on entry to last INT 21h call (
|-
| 32h-33h
| word
| job file table size (internal)
|-
| 34h-37h
| dword
| pointer to job file table (internal)
|-
| 38h-4Fh
Line 93:
Alternatively, in [[.COM]] programs, one can address the PSP directly just by using the offsets listed above. 00h points to the beginning of the PSP, FFh points to the end, etc. For example, the following code displays the command line arguments:
<pre><nowiki>
org 100h
|