From 5e5db09814b112cb21323fd0a7740ac952fb9b95 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 28 Jul 2022 18:33:30 +0300 Subject: [PATCH] Another ID table fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee1012..051b612 100644 --- 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)