Embedded systems - C translator.
- Posted by smudger Jan 02, 2011
- 1313 views
Seeing as I don't write C programs and I can't be arsed to write in assembler...
Would it be possible - in principle - to write Euphoria code for an embedded system then use the C-translator with the -keep option to generate C source code then use a cross compiler to make executable code for the target system?
Assume the embedded system did not have a hardware abstraction layer, so you would need to initialise and read/write to ports directly (somehow).
Cheers, Smudger