Eric W. Biederman wrote:
After a lot of pound the code generator seems stable, and I can take a break to release romcc.
I gave it a quick test drive, looks pretty good. I want to put together a complete rom so I can actually execute it, but I have other things on the plate right now, will do so in a week or two I hope. Is the plan to re-code the assy that exists now, or only added code? If yes, then we should find a place to put the code, so all of us are not re-coding the same thing and wasting time.
Meanwhile, any immediate plans to add macros with arguments? Or can I use cpp somehow? Otherwise I will have to re-code my use of that or should I wait a week or two.
Also, I noticed it doesn't like functions with no args, "int func()" fails, wants "int func(void)". Very minor but thought I would mention.
Great work.
-Steve