I've always thought that by constructing an amiga library and using the
INLINE feature of M2Sprint it should be relatively easy to interface to
other languages. You do need to know the offsets for the library jump
table but if you build the library yourself that's no problem. So no
assembler is needed. Am I wrong?
Kevin:
You are correct INLINE can be used to interface to a library. The problem
is if you want to link directly a "C" object module you need object code
compatibility, this is not possible at this time.
>> Leon Frenkel <<