home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
assembler
/
thesource
/
volume2
/
source
/
system
/
asmmacros.lha
/
FreeMem.i
< 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
Text File
|
1990-11-16
|
413 b
|
12 lines
NOLIST
FreeMem MACRO ; 11 Jan 88
*------------------------------; Start of FreeMem macro.
; Make A1 point to the memory block start.
MOVEA.L \1.Adr,A1
; Put the block size in D0.
MOVE.L \1.Size,D0
CallLib FreeMem,exec ; Call FreeMem.
*------------------------------; End of FreeMem macro.
ENDM
LIST