From a007517b3f821ee1abcc96efdbabbdb8da9e8321 Mon Sep 17 00:00:00 2001 From: tilleul Date: Sun, 25 Sep 2022 19:41:26 +0200 Subject: [PATCH] Update README.md --- stranger_things/003 - Inline Text Modes/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stranger_things/003 - Inline Text Modes/README.md b/stranger_things/003 - Inline Text Modes/README.md index 5e6b008..77009dc 100644 --- a/stranger_things/003 - Inline Text Modes/README.md +++ b/stranger_things/003 - Inline Text Modes/README.md @@ -101,6 +101,9 @@ Now let us do the same but without `PRINT`: TEXT: HOME POKE 1024,1 : POKE 1025, 65: POKE 1026, 129: POKE 1027, 193 ``` + +![POKE multiples A](img/poke_a.png) + Well ! It looks like we can store values of 128 to 159 on the screen memory even though we cannot PRINT those control-characters. ## Why print control-characters ?