[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
All --
Before I go changing the Jako compiler, I'd like some feedback. There are
three files
below. First is fact.jako, the factorial algorithm expressed as a Jako
subroutine with
some mainline code that calls it. Then comes fact.imc, which I produced by
hand-
editing the fact.pasm file that ja