1
0
mirror of https://github.com/specht/champ.git synced 2024-06-03 11:29:41 +00:00

documentation

This commit is contained in:
Michael Specht 2018-02-16 20:29:27 +01:00
parent 146b0e18fe
commit f210a8de87

View File

@ -128,6 +128,7 @@ LOOP TAY
LSR LSR
STA FOO STA FOO
TYA TYA
CLC
ADC FOO ; @Au(post) ADC FOO ; @Au(post)
DEX ; @Xu(post) DEX ; @Xu(post)
BNE LOOP BNE LOOP