Chuck: which C do you use for this? I'm still using the free version
of ICC11; I modified Fred Martin's version of crt.s to fit my
needs and have been happily using it for years.
Carlos.
At 02:02 PM 03/10/2000 -0800, you wrote:
I suppose it depends on the assembly language. I can
write PDP-11 assembler
in C (knowing nearly exactly how the code generator works), but I can't
write VAX assembler in C since there are VAX instructions that don't
represent well. SPARC code is also easy to write C code with as there are
few instructions.
The place where this really comes home is in one of my other hobbies where
I write embedded robotics code in C for microprocessors like the 68HC11.
--Chuck