mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Lissajous, showing floating point arithmetic
This commit is contained in:
parent
de689bdeaf
commit
ebb6518ec3
5 changed files with 148 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ Although based on a fully fledged CPU emulator, uvm32 is intended for executing
|
|||
* [host-arduino](host-arduino) vm host as Arduino sketch (tested on Arduino Uno ATmega328P, uses 9950 bytes of flash/1254 bytes RAM)
|
||||
* [apps/helloworld](apps/helloworld) C hello world program
|
||||
* [apps/conio](apps/conio) C console IO demo
|
||||
* [apps/lissajous](apps/lissajour) 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/sketch](apps/sketch) C Arduino/Wiring/Processing type program in `setup()` and `loop()` style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue