repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
device
/
lib
/
ez80_z80
/
README
blob
2995ba19d7ca38bec910f22da322a97e90502722
1
sdcc/device/lib/ez80-z80
2
-------------------
3
4
eZ80 (z80 mode) specific routines.
5
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