home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
assembly
/
mapsrc.lha
/
macros
/
writefile
< prev
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
|
1980-02-19
|
177 b
|
12 lines
writefile macro ;D0 = length A0 = source
move.l d0,d3
move.l d0,d4
move.l a0,d2
move.l diskopt_currantfile(a5),d1
move.l dosbase(a5),a6
jsr -48(a6)
sub.l d0,d4
endm