all repos — xyw @ 7936b8ad7c9999ad9a7f8796dbc5714b8ecc84a3

A minimal virtual machine and assembler for terminals.

Minor tweaks.
h3rald h3rald@h3rald.com
Fri, 28 Nov 2025 08:57:38 +0100
commit

7936b8ad7c9999ad9a7f8796dbc5714b8ecc84a3

parent

ae51836199cf1db0f00e79f109eb18ddef849793

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

jump to
M xywasm.cxywasm.c

@@ -883,6 +883,6 @@ return -1;

} fwrite(data, 1, ptr, fp); fclose(fp); - printf("Assembled %s successfully (%d bytes).\n", input, ptr); + printf("Assembled %s successfully (%d bytes - %d symbols - %d refs).\n", input, ptr, symcount, refcount); return 0; }