commit ed2c625

Devine Lu Linvega  ·  2023-04-10 20:18:15 +0000 UTC
parent 6a0b572
Removed the old system mapping docs
1 files changed,  +0, -16
+0, -16
 1@@ -2,22 +2,6 @@
 2 
 3 An emulator for the [Uxn stack-machine](https://wiki.xxiivv.com/site/uxn.html), written in ANSI C. 
 4 
 5-## Uxn11/System
 6-
 7-This emulator's system device supports changing a stack's location to a page of memory. The default memory mapping is as follows:
 8-
 9-- `0000-ffff`, as **RAM**.
10-- `10000-100ff`, as **working stack**.
11-- `10100-101ff`, as **return stack**.
12-
13-To use the last page of ram(`0xff00`) to host the working stack:
14-
15-```
16-#ff .System/wst DEO
17-```
18-
19-The stack mapping is 254 bytes of data, a byte for the pointer and a byte for an error code.
20-
21 ## Building 
22 
23 ### Graphical