Semantic search

Jump to: navigation, search
Condition
Printout selection
Options
Parameters [
limit:

The maximum number of results to return
offset:

The offset of the first result
link:

Show values as links
headers:

Display the headers/property names
mainlabel:

The label to give to the main page name
intro:

The text to display before the query results, if there are any
outro:

The text to display after the query results, if there are any
searchlabel:

Text for continuing the search
default:

The text to display if there are no query results
class:

An additional CSS class to set for the table
transpose:

Display table headers vertically and results horizontally
sep:

The separator between results
Sort options
Delete
Add sorting condition
Mnemonic (use uppercase)StatusAddressing Mode 1Addressing Mode 2CNPVHZST-StatesSummary
LDIS---0L0--16DE*:=HL*; DE++; HL++; BC--
LDIRS---0L0--21x+16do LDI while(BC>0)
LDIRXE--------21/16do LDIX while(BC>0)
LDIXE--------16{if HL*!=A DE*:=HL*;} DE++; HL++; BC--
LDPIRXE--------21/16do{t:=(HL&$FFF8+E&7)*; {if t!=A DE*:=t;} DE++; BC--}while(BC>0)
LDWSE---0!SSS14DE*:=HL*; INC L; INC D;
MIRROR AERegister-------8A[76543210]:=A[01234567]
MUL d,eE--------8DE:=D*E
NEGS--!1!SSS8A:=0-A
NEXTREG n, AEImmediateAccumulator------17HwNextReg_n:=A
NEXTREG n,n'EImmediateImmediate------20HwNextReg_n:=n'
NOPS--------4PC+=1
OR (HL)SIndirect-00P0SS7A := A OR HL*
OR (IXY+d)SIndexed-00P0SS19A := A OR (IXY+d)*
OR nSImmediate-00P0SS7A := A OR n
OR rSRegister-00P0SS4A := A OR r
OTDRS--?1??1?21x+16do OUTD while (B>0)
OTIRS--?1??1?21x+16do OUTI while (B>0)
OUT (c),0URegisterImmediate------12out(BC,0)
OUT (c),rSRegisterRegister------12out(BC,r)