??? 08/27/07 20:19 Read: times |
#143672 - REGPARMS/NOREGPARMS Responding to: ???'s previous message |
Jacob Boyce said:
Yes, I understand that part of it, but is there a way of passing info to the assembly routine without using R7 or R6, but instead using the data memory? You can control the way how the parameters are passed using the directives REGPARMS/NOREGPARMS. There is an example of usage in the manual, too (although it does not show the asm side of it, you surely know how to get to it). JW |