mirror of
https://github.com/tilleul/apple2.git
synced 2024-11-29 15:50:11 +00:00
Update README.md
This commit is contained in:
parent
6f17120c42
commit
a007517b3f
@ -101,6 +101,9 @@ Now let us do the same but without `PRINT`:
|
|||||||
TEXT: HOME
|
TEXT: HOME
|
||||||
POKE 1024,1 : POKE 1025, 65: POKE 1026, 129: POKE 1027, 193
|
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.
|
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 ?
|
## Why print control-characters ?
|
||||||
|
Loading…
Reference in New Issue
Block a user