|
|
|
|
|
by userbinator
2860 days ago
|
|
Linux is probably out of the question but lack of addressing modes won't stop a C (-ish) compiler implementation; one only need to look at microcontrollers like the PIC family, the 8051, and the 6502 to see how far they've been pushed --- C compilers are available for all of the latter. or if you emulate complex addressing modes by software, it would be very very slow This is exactly what 8051 compilers do, and it's actually acceptably fast in practice. ...and Linux is only "out of the question" if you rule out any sort of emulation. Otherwise... well, just take a look: http://dmitry.gr/?r=05.Projects&proj=07.%20Linux%20on%208bit |
|