all repos — h3rald @ 3c8e12a0406930cf34187ce5bb1b41ba50ad33f5

The source code of the h3rald.com web site.

xyw release.
h3rald h3rald@h3rald.com
Fri, 31 Jul 2026 13:27:22 +0000
commit

3c8e12a0406930cf34187ce5bb1b41ba50ad33f5

parent

3e1a74fc63d381fbbe325a8dec4596e4c7f85e5e

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

jump to
M contents/xyw.mdcontents/xyw.md

@@ -8,7 +8,7 @@ subtitle: "A minimal virtual machine and assembler targeting terminals, inspired by Uxn."

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 +version: 330-0 conver: true branch: master changelog: true

@@ -41,4 +41,4 @@ - Up to a maximum of 16 memory-mapped devices, each with up to 16 reserved bytes (like Uxn).

- Event-based operation, similar to Uxn. - Direct page accessible via a single byte, set by default to the device page, that can be moved to different locations in memory. - A few assembly-inspired directives, which are also used to implement labels. -- Support for integers expressed in hexadecimal or binary notation.+- Support for integers expressed in hexadecimal or binary notation.