Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > incidently - things are running much slower now using > --optimize and -j -O2
> so how much is "much slower" > for primes2.pasm it was taking on average 2.15 real > seconds and is now taking on average 2.9 Indeed. Strange. It ought to be faster. Jumping into the subroutine code should be faster then calling a normal function. I'll have to investigate further. Thanks for the tests. > Joshua Gatcomb leo