[EMAIL PROTECTED] wrote:
Dan --
We were talking earlier about Jako supporting native calls. I have looked
at PDD 6 and PDD 3, and here's what I think so far...
I don't think I can get the native call stuff working until I have IMCC support
for PDD 3. IMCC is totally in charge of what goes into each register,
You can always define an explicit register:
I5 = your_var
I6 = another
I7 = $I199
call _the_sub # or invoke
result_var = I5
Above snipped should be probably wrapped into its own sub, where you can saveall your registers.
Regards,-- Gregor
HTH leo