Quote from: jo on October 08, 2014, 02:41:42 AMHave you thought about trying gcc?... 
Hi Jo, 
Over the years as an embedded electronics and programming 
veteran, I have made three or four attempts at using the GCC 
too-chain. I could never get the warm fuzzies as I do a lot of 
assembly to supplement my C code for such things as catching 
and handling overflows and whatnot. As you probably know, 
the GCC assemblers have their own peculiar syntax and do not 
conform to the language syntax's of the assemblers put out by 
the architecture originators. Coupled with a shortage of out-of-
the-box integrated modern features, I just never have used it 
much. A recent idea was to use it as a back-end for the cross 
compiler I have been writing for a parallel programming language 
of my own creation. I may yet look into the GCC direction again 
some day. 
Thanks for the suggestion. 
Paul