fixes
h3rald h3rald@h3rald.com
Thu, 30 Jul 2026 21:29:27 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
contents/xyw.md
→
contents/xyw.md
@@ -5,7 +5,7 @@ home: /xyw/
site: "https://xyw.2c.fyi" title: "xyw" subtitle: "A minimal virtual machine and assembler targeting terminals, inspired by Uxn." -summary: "xyw is a simple and minimal virtual machine and assembler inspured by Uxn, that aims at providing a low-level, future-proof way to create terminal applications." +summary: "xyw is a simple and minimal virtual machine and assembler inspired by Uxn, that aims at providing a low-level, future-proof way to create terminal applications." content-type: project active: true version: 320-1@@ -16,7 +16,7 @@ stage: prototype
license: MIT ----- -xyw is a specification for a minimalist virtual machine programmable via a concatenative, assembly-like language. It is implemented primarily as a [stack machine](https://en.wikipedia.org/wiki/Stack_machine), but it also provides four "registers" that can be used by most instructions by specifying dedicated modes, to reduce the need of stack juggling operations common to languages like Forth. +xyw is a minimalist virtual machine programmable via a concatenative, assembly-like language. It is implemented primarily as a [stack machine](https://en.wikipedia.org/wiki/Stack_machine), but it also provides four "registers" that can be used by most instructions by specifying dedicated modes, to reduce the need of stack juggling operations common to languages like Forth. ### Rationale