| ??? 02/14/02 14:22 Read: times |
#19842 - RE: Adding assembly to C. |
The - by far - easiest way is to write a "skeleton" function in 'C' and use the assembler code generated as a base. This method show all transfers from/to the 'C' code. Remeber to stuff the function with use/return to avoid the optimizer deleting the use.
Erik |



