1
0
mirror of https://github.com/tilleul/apple2.git synced 2024-11-26 12:49:18 +00:00

Update README.md

This commit is contained in:
tilleul 2022-07-05 22:03:21 +02:00 committed by GitHub
parent 39373af0b1
commit 0d456df183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,6 +311,6 @@ While line 20 of snippet #2:
20 C = A+A+A
30 END
```
takes 3287 cycles, that is 49 cycles slower. Of course it gets worse with higher multiplication values.
takes 3287 cycles, that is 51 cycles slower. Of course it gets worse with higher multiplication values.