diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-29 16:42:47 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-29 16:42:47 -0500 |
commit | 5eb8622112507db43c07af94c303a3e4a7223df1 (patch) | |
tree | d2442701fc8331a5b5bf6cfcfc6df4343d420fe9 | |
parent | b3cb4bc4c4d6d059ed62667b1fc7d3ba43deed5b (diff) |
correct cycles
-rw-r--r-- | Optimizing-assembly-code.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Optimizing-assembly-code.md b/Optimizing-assembly-code.md index d7e054e..9d1a19e 100644 --- a/Optimizing-assembly-code.md +++ b/Optimizing-assembly-code.md @@ -840,7 +840,7 @@ And don't do: And don't do: ```asm - ; 8 bytes, 7 or 8 cycles + ; 8 bytes, 8 cycles ld h, HIGH(FooBar) add LOW(FooBar) ld l, a |