struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / device / lib / ez80_z80 / README
blob2995ba19d7ca38bec910f22da322a97e90502722
1 sdcc/device/lib/ez80-z80
2 -------------------
4 eZ80 (z80 mode) specific routines.
6 Notes:
7 * Cost of ld r,(ix+n):  4
8 * Cost of ld rr,(ix+n): 5
9 * Cost of ld r,(hl); inc hl: 2+1 = 3 and you don't have to pop ix
10 * Cost of ld rr,(hl); inc hl; inc hl: 4+1+1 = 6