home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d902
/
less.lha
/
Less
/
Source
/
source.lha
/
stuffChar.a
< prev
next >
Wrap
Text File
|
1993-01-21
|
191b
|
9 lines
; Required by RawDoFmt to place a character in a buffer.
; For usage, see Includes and AutoDocs under exec/RawDoFmt
section code
xdef _stuffChar
_stuffChar:
move.b d0,(a3)+
rts
end