We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0407c0 commit 4d3b393Copy full SHA for 4d3b393
1 file changed
README.md
@@ -123,6 +123,7 @@ int main(int argc, char *argv[]) {
123
* [host-mini](hosts/host-mini) minimal vm host (shown above), with baked in bytecode
124
* [host-parallel](hosts/host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode
125
* [host-arduino](hosts/host-arduino) vm host as Arduino sketch (`make test` to run AVR code in qemu)
126
+ * [host-sdl](hosts/host-sdl) vm host providing framebuffer and audio support (see [apps/zigdoom])
127
* C sample apps
128
* [apps/helloworld](apps/helloworld) C hello world program
129
* [apps/heap](apps/heap) Demonstration of `malloc()` on extram in C
0 commit comments