Category : C Source Code
Archive   : JAZLIB.ZIP
Filename : GETCS.ASM

 
Output of file : GETCS.ASM contained in archive : JAZLIB.ZIP
Comment *
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³getcs.asm ³
³Return the Code segment value ³
³ ³
³Usage: ³
³ unsigned int cs; ³
³ ³
³ cs = getcs(); ³
³ ³
³ (C) JazSoft Software by Jack A. Zucker (301) 794-5950 ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
*
title get cs value
name getcs

assume cs:_text
_text segment public byte 'code'
public _getcs

_getcs proc near
mov ax,cs
ret
_getcs endp
_text ends
end


  3 Responses to “Category : C Source Code
Archive   : JAZLIB.ZIP
Filename : GETCS.ASM

  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/