home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PROGRAMS
/
UTILS
/
MOUSE
/
GPIBLPT.ZIP
/
LPEND.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1990-10-18
|
252 b
|
21 lines
page ,132
title LPEND - End of LPPLOT
.model small,c
;* This routine must be the last in the link list.
.data
public Stack_Buf
even
dw 200 dup (?)
Stack_Buf label word
public Last_Memory
Last_Memory label word
end