[EMAIL PROTECTED] wrote:
All --
Before I go changing the Jako compiler, I'd like some feedback.
.sub dummy
goto main
_fact:
...
ret
main:
..
call _fact
...
.end
"goto"s to other subs are not subject of address fixup (though this could be changed).
leo