Implement the ARMv6 fj library
tomhea opened this issue · 0 comments
tomhea commented
Take a look at the riscv library file - stl/riscvlib.fj.
The idea is to make the necessary fj files to be included with every compiled c-to-arm-to-fj program.
It should include (might not be a full list):
- registers variables
- all Cortex-M0 opcodes implementations
- newlib-functions implementations (such as _write, _read, _sbrk, _exit).
- anything more that is needed for the cortex-m0 to work.