mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add "self", example of building uvm32 to run inside uvm32
mandelbrot app is embedded in host-mini, which is then compiled to a .bin
This commit is contained in:
parent
9be9e056cd
commit
c37286cf01
5 changed files with 110 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Although based on a fully fledged CPU emulator, uvm32 is intended for executing
|
|||
* [apps/lissajous](apps/lissajous) C console lissajous curve (showing softfp, floating point)
|
||||
* [apps/hello-asm](apps/hello-asm) Minimal hello world assembly
|
||||
* [apps/fib](apps/fib) C fibonacci series program (iterative and recursive)
|
||||
* [apps/self](apps/self) host-mini with embedded mandelbrot generation program, compiled as an app (inception!)
|
||||
* [apps/sketch](apps/sketch) C Arduino/Wiring/Processing type program in `setup()` and `loop()` style
|
||||
* [apps/rust-hello](apps/rust-hello) Rust hello world program (note, the version of rust installed by brew on mac has issues, use the official rust installer from https://rust-lang.org/learn/get-started/)
|
||||
* [apps/zig-mandel](apps/zig-mandel) Zig ASCII mandelbrot generator program
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue