sovcik/TernBerryBot

Generate EV3 assembly code instead of NQC statements

Closed this issue · 1 comments

Original app uses NQC or NXC apps for compiling C-like statements into brick bytecode. Unfortunately, both products are not supported anymore and so not usable for EV3.
Goal is to let Tern generate assembly code understandable by lmsasm tool, which would compile it into EV3 byte code (http://ev3.fantastic.computer/doxygen/lmsassembler.html).

Implemented in 53d8ac5