EEC-Developers / eec

Enhanced E Compiler - AmigaE programming
Other
12 stars 3 forks source link

fix compile issues and add EVO as option for bootstrap build #19

Closed dmcoles closed 1 year ago

dmcoles commented 1 year ago

I'm not 100% on the ppc changes from .WORD to .LONG as I don't know much about ppc but it wouldn't compile as it was (at least not to ehf format) and it seems to produce the output I'd expect

SamuraiCrow commented 1 year ago

TestEC doesn't seem to work any more but I've got no problem switching to EVO as the previous version didn't build anyway.

SamuraiCrow commented 1 year ago

Also, Re:PPC The default word size on PPC is 32-bit while the default short size is halfword on PPC. When I switched from PAsm to VAsm, I may have missed something. Maybe WORD is still short int on VAsm and LONG should have been used instead.