home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
useful
/
gfx
/
show
/
superview-lib
/
programmers
/
example_svobjects
/
svo
/
sv_sprintffmt.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
|
1994-12-28
|
84 b
|
8 lines
XDEF _Fmt
SECTION _Fmt,CODE
_Fmt:
move.b d0,(a3)+
rts
END