| Age | Commit message (Expand) | Author |
| 2021-05-21 | ei + ret -> reti | Rangi |
| 2021-04-23 | Optimize 'sub hl, de' | Rangi |
| 2021-03-24 | Variants | Rangi |
| 2021-03-24 | hl | Rangi |
| 2021-03-24 | no_carry_3 | Rangi |
| 2021-03-24 | Add or subtract the carry flag from a 16-bit register | Rangi |
| 2021-03-24 | Note | Rangi |
| 2021-03-24 | Add or subtract the carry flag from a register besides `a` | Rangi |
| 2021-03-16 | ld [hl], FOO / inc|dec hl -> ld a, FOO / ld [hli|hld], a | Rangi |
| 2021-03-12 | Conditional return | Rangi |
| 2021-02-22 | jp cc | Rangi |
| 2021-02-22 | call cc | Rangi |
| 2021-02-16 | hl+=a | Rangi |
| 2021-02-12 | ... | Rangi |
| 2020-11-29 | correct cycles | Rangi |
| 2020-11-29 | bitness | Rangi |
| 2020-11-29 | hl = a | Rangi |
| 2020-11-29 | ax6's trick | Rangi |
| 2020-11-29 | hl = a + {0-255} | Rangi |
| 2020-11-29 | comments | Rangi |
| 2020-11-26 | three 5 or 6 cycles that are always 5 cycles | Damian Yerrick |
| 2020-11-26 | GF's bad example | Rangi |
| 2020-11-26 | save 2 bytes and 9 cycles off size over speed bit reversal | Damian Yerrick |
| 2020-11-26 | Lookup table | Rangi |
| 2020-11-26 | Formatting | Rangi |
| 2020-11-26 | Don't | Rangi |
| 2020-11-26 | Not identical | Rangi |
| 2020-11-26 | Remove less efficient version | JL2210 |
| 2020-11-26 | Added formatting to the bit reverse snippet. | nitro2k01 |
| 2020-11-26 | Added version of the bit reverse code adapter for GB. | nitro2k01 |
| 2020-11-25 | Omit ld b, 0 | Rangi |
| 2020-11-25 | Optimize hl|bc|de = Foo + a | Rangi |
| 2020-11-25 | http://www.retroprogramming.com/2014/01/fast-z80-bit-reversal.html | Rangi |
| 2020-11-24 | no_carry | Rangi |
| 2020-11-24 | carry table | Rangi |
| 2020-10-06 | Name | Rangi |
| 2020-10-06 | Name | Rangi |
| 2020-10-06 | jr timing | Rangi |
| 2020-10-06 | Fix jr | Rangi |
| 2020-08-29 | asm | Rangi |
| 2020-08-29 | swap a | Rangi |
| 2020-08-29 | asm | Rangi |
| 2020-08-29 | hl = a * 16 | Rangi |
| 2020-08-26 | carry | Rangi |
| 2020-08-22 | `jr nc, .ok / inc|dec a / .ok` == `ccf / adc|sbc 0` | Rangi |
| 2020-08-22 | inc/dec a depending on carry | Rangi |
| 2020-08-21 | bit 7, a | Rangi |
| 2020-08-21 | rlca | Rangi |
| 2020-06-25 | 'or 0' , 'and $ff' --> 'and a' | Rangi |
| 2020-06-22 | ld hl, Foo / ld a, [hli] / ld l, [hl] / ld h, a | Rangi |