??? 12/18/09 09:59 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#171712 - if I understand correctly what you want... Responding to: ???'s previous message |
... this sort of job is best done in inline assembler - this not standard C and is specific for your compiler, so either tell us what compiler are you using, or consult the manual.
C aficionados might come up with some function pointer-based solution, but that's no nicer, and machine-specific (read: non-portable) either. JW |