1
0
mirror of https://github.com/specht/champ.git synced 2026-04-25 07:20:13 +00:00

documentation

This commit is contained in:
Michael Specht
2018-02-16 15:16:35 +01:00
parent 45f81f2bdb
commit 9ec638d934
+1 -1
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)