documentation

This commit is contained in:
Michael Specht 2018-02-16 20:29:27 +01:00
parent 146b0e18fe
commit f210a8de87
1 changed files with 1 additions and 0 deletions

View File

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