Am Mon, 17 Mar 2008 20:17:16 +0000 schrieb Alex Buell:
> Feedback is welcome. Also bug re****ts ;o)
[vmode.asm]
Maybe anyone start your executable within an other executable using
ax=4B00h/int 21h(with own parameter block) as a child process, so it is
necessary to get the segment of the current psp, before searching for some
bytes of a wrong commandline.
mov ah, 62h
int 21h
mov ds, bx
mov si, 80h
mov al, [si] ; how many ASCII, without CR(0Dh)
cmp al, 2
jb
Dirk


|