home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progasm
/
pcmac.arj
/
DEMOS
/
STDEMO.ASM
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1991-05-22
|
231 b
|
22 lines
var loop,st
limit equ 100
macro("FILL")
#stack st
loop := limit
#while loop
#push st,loop
loop := loop -1
#wend
endm
macro("DEFINE")
#while tos(st) != limit
dw pop(st)
#wend
#clostack st
endm
FILL
DEFINE