This commit is contained in:
Luxferre
2025-05-04 11:56:58 +03:00
parent 5810c2f985
commit f2f3993770
2 changed files with 8 additions and 1 deletions
+8
View File
@@ -533,6 +533,14 @@ Choose n808 when:
* you need or just want to have the machine code as compact as possible;
* you primarily run programs by preloading them and not entering via console.
### Is n808 compatible with DTMF input?
Yes. It is enough to use the `*` (asterisk) key to enter a minus sign at the
beginning of input or a decimal point elsewhere, and the `#` (hash/pound) key
for number entry confirmation. The VM itself never distinguishes between the
newline, space or other separators. To it, here are just numbers and a delimiter
between them.
Credits
-------
Created by Luxferre in 2025, released into public domain with no warranties.