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 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. * 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 Credits
------- -------
Created by Luxferre in 2025, released into public domain with no warranties. Created by Luxferre in 2025, released into public domain with no warranties.
-1
View File
@@ -66,4 +66,3 @@
750 IF CMD=7 THEN DMEM(P3)=INT(V1)+INT(RND*(INT(V2)-INT(V1)+1)) 750 IF CMD=7 THEN DMEM(P3)=INT(V1)+INT(RND*(INT(V2)-INT(V1)+1))
760 GOTO 180 760 GOTO 180
770 END 770 END