Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 546 → Rev 547

/svarcom/trunk/rmod.asm
206,7 → 206,7
mov bx, [OLD_STDIN]
cmp bx, 0xffff
je STDIN_DONE
; revert the stdout handle (dst in BX already)
; revert the stdin handle (dst in BX already)
xor cx, cx ; src handle (0=stdin)
mov ah, 0x46 ; redirect a handle
int 0x21