Z80-Optimized-Routines icon indicating copy to clipboard operation
Z80-Optimized-Routines copied to clipboard

A catalog of useful and optimized z80 routines!

Results 3 Z80-Optimized-Routines issues
Sort by recently updated
recently updated
newest added

You could always add in a ``` in a,(4) and $08 ld a,41 ret z ``` right after the `rlc d \ ret nc`

I tested this code and it seems that the condition is reversed.

Ref: itoa_16.asm Where is the label "+_"? Why is label "_:" duplicate? I'm using z88dk-asm compiler.