??? 08/28/07 12:28 Read: times |
#143697 - re:NOREGPARMS Responding to: ???'s previous message |
Jan,
Thanks, I discovered this just before you replied (see re: @ 3:53PM). I generally agree that you should work with the way that the compiler wants to do things but you should have the flexibilty to also pass parameters through a defined memory location, which the compiler allows you to do through the #pragma NOREGPARMS compiler directive. There are certain assembly language programs in which I use ALL of the register banks, so in this case it is imperative that I pass any parameter via a defined memory location. Jacob |