uvm32/apps/zigtris
Toby Jaffey 76fba39a21 Rework syscall ABI.
Syscalls now accept two parameters, allowing for things like "int count = read(buf, len)"
Rather than providing safe signatures for syscalls, the user is now given helper functions to safely parse incoming values, c-strings and slices.
2025-12-09 21:51:35 +00:00
..
src Rework syscall ABI. 2025-12-09 21:51:35 +00:00
build.zig Workaround for Rust having different system for templating constants to GNU as. 2025-12-08 10:13:53 +00:00
build.zig.zon Add console tetris demo 2025-12-07 21:02:22 +00:00
Makefile Add console tetris demo 2025-12-07 21:02:22 +00:00