Category : Assembly Language Source Code
Archive   : ASM_SUBR.ZIP
Filename : STDOUT

 
Output of file : STDOUT contained in archive : ASM_SUBR.ZIP
;-------------------------routine begins--------------------------+
; ROUTINE FOR STANDARD OUTPUT
;
stdout proc far
push dx ; save registers
;
mov dl,al ; in DL for DOS call
mov ah,2 ; std output
int 21h ; dos call
;
pop dx ; restore registers
ret
stdout endp
;-------------------------routine ends---------------------------+


  3 Responses to “Category : Assembly Language Source Code
Archive   : ASM_SUBR.ZIP
Filename : STDOUT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/