An old idea that may be coming to fruition - not binaries directly but 'decompiled' and converted. Why is this a good idea? Maybe it isn't, but a K&R compiler suite with very low resource profile is within reach.
Just started, and the first test-object is almost ready. But there is a cross tool challenge: how to ia16-elf-link a pure asm file with a single global label, main, to become runnable on ELKS/TLVC? It needs crt0.o, that's it. Suggestions @ghaerr?
An old idea that may be coming to fruition - not binaries directly but 'decompiled' and converted. Why is this a good idea? Maybe it isn't, but a K&R compiler suite with very low resource profile is within reach.
Just started, and the first test-object is almost ready. But there is a cross tool challenge: how to ia16-elf-link a pure asm file with a single global label, main, to become runnable on ELKS/TLVC? It needs crt0.o, that's it. Suggestions @ghaerr?