mesyeti
Nitron
Nitron is a 32-bit stack based virtual machine. Its goal is to work as an operating system for microcontrollers and maybe even desktop computers.
Instead of being restricted to its own memory, it has access to the host machine's memory. This means it can easily interact with the MMIO you may find on microcontrollers, meaning you can do low level programming in it.
Ideas
- Have a numbered drive system like I have for the resource manager in Arkas Engine
- Have a read only file system stored on the microcontroller flash (same file system as Arkas Engine archives)
- Allow the user to connect an SD card reader/writer via GPIO to save their work