Category : C Source Code
Archive   : LHA211S.ZIP
Filename : DSPMRK_.ASM

 
Output of file : DSPMRK_.ASM contained in archive : LHA211S.ZIP
;***********************************************
; dspmrk_.asm -- displays indicator marks
;***********************************************
page 0, 128

include amscls.inc
$_init GEN

CGROUP GROUP TEXT
DGROUP GROUP DATA,BSS
assume cs:CGROUP, ds:DGROUP, ss:DGROUP

TEXT segment byte public 'CODE'
TEXT ends

DATA segment byte public 'DATA'
DATA ends

BSS segment byte public 'DATA'
mark db 1 dup (?)
BSS ends

extrn maxblk_:word
extrn blkcnt_:word
extrn curcnt_:word
extrn nxtcnt_:word

TEXT segment byte public 'CODE'
public initdisp_
initdisp_ proc near
xor ax, ax
mov curcnt_, ax
$_if , E
dec ax
$_endif
mov nxtcnt_, ax
ret
initdisp_ endp

public dispmark_
dispmark_ proc near
mov mark, al
mov ax, DGROUP:curcnt_
inc DGROUP:curcnt_
$_if , AE
push dx
push cx
push ax
mov ah, 40h ; output char to stderr
mov bx, 2
mov cx, 1
mov dx, offset DGROUP:mark
int 21h
pop ax
mov cx, DGROUP:maxblk_
$_if , A
mul cx ; calculation of next blk
mov bx, DGROUP:blkcnt_
dec bx
add ax, bx
adc dx, 0
inc bx
div bx
inc ax
mul bx
div cx
$_else
inc ax
$_endif
mov DGROUP:nxtcnt_, ax
pop cx
pop dx
$_endif
dispmark_ endp
ret
TEXT ends
end


  3 Responses to “Category : C Source Code
Archive   : LHA211S.ZIP
Filename : DSPMRK_.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/