Keven Miller <kevenm at reeltapetransfer.com> wrote:
One other thing I've noticed is that if your C
compiler
has optimization switches "-O", that will generate different code as well.
Something else to try.
Yeah - optimization has to be turned on. Otherwise completly different
code is generated. There are not much options
-Ol optimize loops
-Or optimize registers and loops
-O simple optimizsations
-O Levels like in modern compilers are not supported.
I tried all three -O switches if I'm not mistaken... no differences.
Finding someone with a ZEUS installation being able to send me the C-Compiler
from the system could help but... yeah - finding
someone with ZEUS is like
believing in Santa Claus ;)