From f2f399377007a6d57da5ed1543f3fb2ffd09961f Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 4 May 2025 11:56:58 +0300 Subject: [PATCH] readme --- README.md | 8 ++++++++ n808.b74 | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bdb6f9..c58844c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/n808.b74 b/n808.b74 index dbaddac..97466dc 100644 --- a/n808.b74 +++ b/n808.b74 @@ -66,4 +66,3 @@ 750 IF CMD=7 THEN DMEM(P3)=INT(V1)+INT(RND*(INT(V2)-INT(V1)+1)) 760 GOTO 180 770 END -