1
0
mirror of https://github.com/tilleul/apple2.git synced 2025-07-25 12:24:05 +00:00

Update 01_variables_for_constants.md

This commit is contained in:
tilleul
2022-07-17 22:13:57 +02:00
committed by GitHub
parent f40cd7331a
commit 42181d27f1

View File

@@ -50,7 +50,7 @@ Line 20 takes 2303 cycles while
```
line 20 here takes 7128 cycles, that's a difference of **4825 cycles** ! This is ***HUGE*** especially when it's a statement that's going to be executed every time the main game loop cycles !
<a name="constant0"></a>
Other values will produce different results. For a comparison example, let's say we want to read the value in memory location ``zero``.
```basic