home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 41
/
Amiga_Dream_41.iso
/
Amiga
/
Programmation
/
c
/
gcc
/
newgccstart.lha
/
source.lha
/
libm
/
libcall.h
< 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
C/C++ Source or Header
|
1994-03-14
|
138 b
|
14 lines
#ifdef MOTOROLATYPE
#ifndef CALL
#define CALL(x) "jsr "x"(a6)"
#endif
#else
#ifndef CALL
#define CALL(x) "jsr a6@("x")"
#endif
#endif