home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
show
/
less
/
source
/
source.lha
/
stuffChar.a
< 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
|
1993-01-21
|
191 b
|
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