Crystal box name codes: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (Text replacement - "(\bld(?:|i|l|d|h) (?:.+, ?)?)\((.+)\)" to "$1[$2]")
Line 156: Line 156:
(Pk)x'd
(Pk)x'd
<tt>
<tt>xor a</tt>

xor a
or a, 93
<tt>or a, 93</tt>

sub 80
<tt>sub 80</tt>
ld [fce1],a

ld d,b
<tt>ld [fce1],a</tt>
pop hl

or a
<tt>ld d,b</tt>
ret nc

ld d,b
</tt>
<tt>pop hl</tt>

<tt>or a</tt>

<tt>ret nc</tt>

<tt>ld d,b</tt>


==Fly can go anywhere==
==Fly can go anywhere==