documentation

This commit is contained in:
Michael Specht 2018-02-16 15:16:35 +01:00
parent 45f81f2bdb
commit 9ec638d934
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ LOOP TAY
BNE LOOP
```
This is a small program which lets the accumulator register grow quadratically while X decreases linearly:
This is a small program which lets the accumulator grow quadratically while X decreases linearly:
![A at PC 0x6012](doc/example03_1.gif?raw=true)
![X at PC 0x6015](doc/example03_2.gif?raw=true)