[comp.sys.ibm.pc] ms-dos int 11

danley@osiris.CSO.UIUC.EDU (11/05/86)

-a100
-int 11
-int 20

The above 3 lines only place the proper assembly code in memory starting at
offset 100.  You need to execute it yourself as in:

-g =100

The AX register will then reflect the result code you are looking for.
In general, when using DEBUG in this manner, I use INT 3 instead of INT 20
to terminate a short execution.

    James Danley II