all repos — xyw @ 8c55de7fe42e16a1f00dec994f1c1fd2a621591f

A minimal virtual machine and assembler for terminals.

Fixes.
h3rald h3rald@h3rald.com
Wed, 03 Dec 2025 22:01:46 +0000
commit

8c55de7fe42e16a1f00dec994f1c1fd2a621591f

parent

9ff136a3e8bb94158c90e07cfd38fcc506af7fa0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M xywrun.cxywrun.c

@@ -405,6 +405,6 @@ }

// TODO: error handling etc. (*pc)++; } - + getchar(); return 0; }