Another ID table fix

This commit is contained in:
Luxferre
2022-07-28 18:33:30 +03:00
parent 7186240d1c
commit 5e5db09814
+1 -1
View File
@@ -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)