diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-26 13:06:45 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-26 13:06:45 -0500 |
| commit | 8d7b2220a5b55841e0ecfb879e90d09cc9d7ed1d (patch) | |
| tree | bb2e7930b544203eba645ed4fc5f16d29f3cdd2b /Optimizing-assembly-code.md | |
| parent | d5f6f7f03e146f3e4e3a5bd5fd126e8bd61893e0 (diff) | |
Not identical
Diffstat (limited to 'Optimizing-assembly-code.md')
| -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 2e85fd4..8d9b2bd 100644 --- a/Optimizing-assembly-code.md +++ b/Optimizing-assembly-code.md @@ -175,7 +175,7 @@ The exception is if you need to set the zero flag when the operation results in ### Reverse the bits of `a` -(This optimization is from [Retro Programming](http://www.retroprogramming.com/2014/01/fast-z80-bit-reversal.html)). +(This optimization is based on [Retro Programming](http://www.retroprogramming.com/2014/01/fast-z80-bit-reversal.html)). (The example uses `b` and `c`, but any of `d`, `e`, `h`, or `l` would also work.) |
