esop

Essential Stack-Operated Phone (concept)
git clone git://git.luxferre.top/esop.git
Log | Files | Refs | README | LICENSE

commit 5e5db09814b112cb21323fd0a7740ac952fb9b95
parent 7186240d1c63f2ab950ba74d6b70f2f2191bfd99
Author: Luxferre <lux@ferre>
Date:   Thu, 28 Jul 2022 18:33:30 +0300

Another ID table fix

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -135,7 +135,7 @@ ID |Params |Command|Meaning `05` |1b 3b [page addr]|`85` |Read a page under the 3-byte flash address `06` |1s [addr] |`46` |Read the current system time/date information (5 bytes/40 bits, Unix time) into the address `07` |1s [addr] |`47` |Set the current system time/date information (5 bytes/40 bits, Unix time) from the address -`08-1d`|||(reserved) +`08-1d`| | |(reserved) `1e` |1b 3b [flag addr]|`8e` |Load and run another Uxn/ESOP application from flash address according to the flags `1f` |None |`1f` |Halt (required)