home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
364b.lha
/
PCQ_v1.1
/
Runtime
/
PCQ
/
outbuffer.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-04-08
|
304 b
|
11 lines
SECTION ONE,BSS
* This allocates space for the output buffer, which is used
* by several of the write routines. Rather than put it in one of
* those modules I decided to give it it's own module. That way it
* isn't linked to the program if it's not required.
XDEF outbuffer
outbuffer ds.b 128
END