Re: A92: Re: Quitting ASM or not -- please answer these q


[Prev][Next][Index][Thread]

Re: A92: Re: Quitting ASM or not -- please answer these q




It might help some of you to download and install Fargo II.  In the doc
directory and the asm\include directory, you should be able to find most of
this information.  Read tios.h and flib.h in asm\include to find out what is
passed to the procedurces.  In general, things in tios.h have params passed on
the stack, and things in flib.h have params passed in registers.  It will say
which registers to use for what.  Also, types.txt in the doc dir tells about
special data types like point.  Hope this helps.