Program Segment Prefix: Difference between revisions

Content deleted Content added
Smiley325 (talk | contribs)
mNo edit summary
fixed example
Line 37:
<pre><nowiki>
org 100h
mov axal, byte [80h] ; ax now contains byte 80h of the PSP
; al now contains the number of characters on the command-line (byte 80h of the PSP)
</nowiki></pre>