1
0
mirror of https://github.com/tilleul/apple2.git synced 2025-02-20 08:28:59 +00:00

Update README.md

This commit is contained in:
tilleul 2021-05-19 12:07:06 +02:00 committed by GitHub
parent 81aa0e2660
commit f274c4e560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,9 @@ Here's a technique that will allow you to repeat any character, even in `FLASH`
## Discovery
Let's see something weird ...
At the Applesoft prompt, type `FLASH`.
<img src="spc1.png" align="left" width=200px>At the Applesoft prompt, type `FLASH`.
Then `PRINT SPC(10)`. You should now see 10 flashing space characters.
Now, press `CTRL-BREAK`. This exits the "flash" mode (do no type `NORMAL` !!).
Type `PRINT SPC(10)` again. And ...