home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oakland CPM Archive
/
oakcpm.iso
/
cpm
/
heath
/
szofrm.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1983-09-09
|
170 b
|
16 lines
/*
* szofram - return the maximum number of bytes that
* alloc() could allow.
*/
szofram() {
#asm
LHLD $LM##
CALL c.neg##
DAD SP
LXI D,-500
DAD D
#endasm
}