all repos — xyw @ dd518a91dc8322c8b5cdf75f4ff9de52b2154fe2

A minimal virtual machine and assembler for terminals.

Removed unnecessary termination.
h3rald h3rald@h3rald.com
Fri, 30 Jan 2026 15:47:28 +0100
commit

dd518a91dc8322c8b5cdf75f4ff9de52b2154fe2

parent

2556c0a4be125638f5839fa7cb990a0b13e1405c

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

jump to
M examples/helloworld.xywexamples/helloworld.xyw

@@ -3,8 +3,6 @@ .include "devices.xyw"

; main program hello print JSRw -; terminate -$0 system.state STB ; a16 -- ; printing subroutine