On Sun, Apr 9, 2017 at 12:17 AM Willard Goosey <[email protected]> wrote:
> On Sun, 09 Apr 2017 02:30:54 +0000 > "John R. Hogerhuis" <[email protected]> wrote: > > > > Like say Willard's C compiler port. He'll have to generate test code > > to confirm it's working. It could build CO files and build and run > > them in a virtualt container. > > Oh man, formal automated regression testing? That would be awesome! > > (Oh BTW I'm just doing the library... the compiler and assembler/linker > (aka the hard parts) aren't mine. :) > So are you building the Small C to run on the m100 or are you building a target compiler? You inspired me to look up SDCC which is a retargetable target compiler. It doesn't have a 8085 (or 8080) code generator. But I've been fiddling with converting the z80 code generator. If I ever get it working I may be able to reuse the m100 library you're creating. -- John
