From 8d7b2220a5b55841e0ecfb879e90d09cc9d7ed1d Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 26 Nov 2020 13:06:45 -0500 Subject: Not identical --- Optimizing-assembly-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Optimizing-assembly-code.md') 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.) -- cgit v1.2.3