Merge branch 'master' of git@git.sr.ht:~h3rald/h3rald
h3rald h3rald@h3rald.com
Fri, 14 Aug 2026 17:55:32 +0200
3 files changed,
3 insertions(+),
2 deletions(-)
M
contents/xyw.md
→
contents/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: 352-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.