Search by property
This page provides a simple browsing interface for finding entities described by a property and a named value. Other available search interfaces include the page property search, and the ask query builder.
List of results
- Extended Z80 instruction set#RL r + (x:=r[7]; r:=r<<1; r[0]:=CF; CF:=x)
- Extended Z80 instruction set#RLC r + (x:=r[7]; r:=r<<1; r[0]:=x; CF:=x)
- Extended Z80 instruction set#RLD + (x=HL*; HL*[0123]:=A[0123]; HL*[7654]:=x[0123]; A[0123]:=x[7654])
- Extended Z80 instruction set#RRD + (x=HL*; HL*[7654]:=A[0123]; HL*[0123]:=x[7654]; A[0123]:=x[0123])
- Extended Z80 instruction set#LDIX + ({if HL*!=A DE*:=HL*;} DE++; HL++; BC--)
- Extended Z80 instruction set#LDDX + ({if HL*!=A DE*:=HL*;} DE++; HL--; BC--)