Update README.md

This commit is contained in:
tilleul 2022-09-25 19:41:26 +02:00 committed by GitHub
parent 6f17120c42
commit a007517b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 ?