Re: Factorial Jako example with IMCC

2002-12-04 Thread Leopold Toetsch
[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

Factorial Jako example with IMCC

2002-12-04 Thread gregor
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