From ed2c625938e12e91ed4d878934db5362abd920bb Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Mon, 10 Apr 2023 13:18:15 -0700 Subject: [PATCH] Removed the old system mapping docs --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 97f8292..1d37e9d 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,6 @@ An emulator for the [Uxn stack-machine](https://wiki.xxiivv.com/site/uxn.html), written in ANSI C. -## Uxn11/System - -This emulator's system device supports changing a stack's location to a page of memory. The default memory mapping is as follows: - -- `0000-ffff`, as **RAM**. -- `10000-100ff`, as **working stack**. -- `10100-101ff`, as **return stack**. - -To use the last page of ram(`0xff00`) to host the working stack: - -``` -#ff .System/wst DEO -``` - -The stack mapping is 254 bytes of data, a byte for the pointer and a byte for an error code. - ## Building ### Graphical