Brent Dax wrote:

Leopold Toetsch:
# I'd like to change the startup parameters too: move the ARGV array
from
# P0 to P5.

Agreed on my end, at least--though I suspect the approval you really
need is Dan's.  I'll let you apply this when he does.

Thanks.



-    interpreter->pmc_reg.registers[0] = userargv;
+    interpreter->pmc_reg.registers[5] = userargv;

Plus all usage of P0 at program start in examples and P6C ;-)


leo



Reply via email to