Categories Uncategorized

I made a virtual machine interpreter for embedded devices

Meet picoVM. A fully featured, minimal footprint, VM for embedded devices. Written in pure C for maximum efficiency and portability. Essentially just a single header file and one source file that you can include in your project. The machine supports 8,16 and 32bit integer operations along with floating point numbers. You get this at a 1000 […]

Read More