diff options
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 121a719..bf866dc 100644 --- a/Optimizing-assembly-code.md +++ b/Optimizing-assembly-code.md @@ -225,7 +225,7 @@ But do: A slightly faster version of the above code that takes advantage of the `swap` opcode that exists on the GB but is missing on the Z80. (Adapted by nitro2k01.) -``` +```asm ; 15 bytes, 15 cycles ld b, a rlca |
