]> git.gag.com Git - fw/sdcc/blob - device/lib/z80/README
* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / device / lib / z80 / README
1 sdcc/device/lib/z80
2 -------------------
3
4 Z80 specific routines.
5
6 Notes:
7 * Cost of ld r,(ix+n):  19
8 * Cost of ld r,(hl); inc hl: 7+6 = 13 and you don't have to pop ix
9