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
ADC A, (HL)SAccumulatorIndirectS0VSSS7A+=HL*+(CF?1:0)
ADC A, (IXY+d)SAccumulatorIndexedS0VSSS19A+=(IXY+d)*+(CF?1:0)
ADC A, nSAccumulatorImmediateS0VSSS7A+=n+(CF?1:0)
ADC A, rSAccumulatorRegisterS0VSSS4A+=r+(CF?1:0)
ADC HL, BC/DE/HL/SPSRegisterRegisterS0V!SS15HL+=rr+(CF?1:0)
ADD A, (HL)SAccumulatorIndirectS0VSSS7A+=HL*
ADD A, (IXY+d)SAccumulatorIndexedS0VSSS19A+=(IXY+d)*
ADD A, nSAccumulatorImmediateS0VSSS7A+=n
ADD A, rSAccumulatorRegisterS0VSSS4A+=r
ADD HL, BC/DE/HL/SPSRegisterRegisterS0-!--11HL+=rr
ADD HL/DE/BC, AERegisterRegister?-----8rr+=unsigned A
ADD HL/DE/BC, nnERegisterImmediate------16rr+=nn
ADD IXY, BC/DE/IXY/SPSRegisterRegisterS0-!--15IXY+=rr
AND (HL)SIndirect-00P1SS7A := A & HL*
AND (IXY+d)SIndexed-00P1SS19A := A & (IXY+d)*
AND nSImmediate-00P1SS7A := A & n
AND rSRegister-00P1SS4A := A & r
BIT b,(HL)SImmediateIndirect-0?1!?12HL*[b]==1?
BIT b,(IXY+d)SImmediateIndexed-0?1!?20(IXY+d)*[b]==1?
BIT b,rSImmediateRegister-0?1!?8r[b]==1?