all repos — xyw @ 6dc32ad48b4ffa93fc1906b5ba5ead6c3acde629

A minimal virtual machine and assembler for terminals.

Removed unused arrays.
h3rald h3rald@h3rald.com
Fri, 13 Feb 2026 07:56:42 +0100
commit

6dc32ad48b4ffa93fc1906b5ba5ead6c3acde629

parent

472e5cc7f52b3364eaef3287f85724e91ca72ab5

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

jump to
M xywrun.cxywrun.c

@@ -64,8 +64,6 @@ #define SYSTEM_STATE_ERROR 0x80

/// Main memory and stacks xyw_byte xyw_memory[MEMORY_SIZE]; -xyw_byte system_stack[STACK_SIZE]; -xyw_byte user_stack[STACK_SIZE]; #define DIRECT_PAGE (xyw_memory[SYSTEM_PAGE] << 8)