View Single Post
Old 08 March 2019, 13:28   #229
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Quote:
Originally Posted by meynaf View Post
What Atari compilers ?
gcc is used a lot nowadays.

Quote:
Unix on m68k isn't representative.
Says you!

Quote:
Blindly following a convention isn't convenient : you're more often out of registers because you assume some regs are trashed where this isn't necessarily the case.
You also waste performance by saving regs where this isn't required.
For most functions of your project this is irrelevant. I prefer the convenience.

Quote:
I have rewritten enough C code into Asm to know that a few wrappers for inter-language function calls are more than enough.
But here you don't care to waste performance by wrappers?
phx is offline  
 
Page generated in 0.06094 seconds with 11 queries