An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In the x86 assembly language, the <b>TEST</b> instruction performs a bitwise AND on two operands. The flags <a href="/wiki/Sign_flag" class="mw-redirect" title="Sign flag">SF</a>, <a href="/wiki/Zero_flag" title="Zero flag">ZF</a>, <a href="/wiki/Parity_flag" title="Parity flag">PF</a> are modified while the result of the AND is discarded. The OF and CF flags are set to 0, while AF flag is undefined. There are 9 different opcodes for the TEST instruction depending on the type and size of the operands. It can compare 8-bit, 16-bit, 32-bit or 64-bit values. It can also compare registers, immediate values and register indirect values.

Property Value
dbo:abstract
  • In the x86 assembly language, the <b>TEST</b> instruction performs a bitwise AND on two operands. The flags <a href="/wiki/Sign_flag" class="mw-redirect" title="Sign flag">SF</a>, <a href="/wiki/Zero_flag" title="Zero flag">ZF</a>, <a href="/wiki/Parity_flag" title="Parity flag">PF</a> are modified while the result of the AND is discarded. The OF and CF flags are set to 0, while AF flag is undefined. There are 9 different opcodes for the TEST instruction depending on the type and size of the operands. It can compare 8-bit, 16-bit, 32-bit or 64-bit values. It can also compare registers, immediate values and register indirect values. (en)
  • 에서 TEST 명령어는 두 피연산자들에 대한 비트 연산인 AND를 수행한다. SF, ZF, PF 플래그가 수정되며 AND의 결과는 버려진다. OF와 CF 플래그는 0으로 설정되며 AF 플래그는 정의되지 않는다. 종류와 피연자들의 크기에 따라 TEST 명령어를 위한 9가지 다른 옵코드가 존재한다. 이것은 8비트, 16비트, 32비트 또는 64비트 값을 비교할 수 있다. 또한 레지스터, 즉시값 그리고 레지스터 간접 값을 비교할 수도 있다. (ko)
dbo:wikiPageID
  • 13918823 (xsd:integer)
dbo:wikiPageLength
  • 2350 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1107966446 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dct:subject
rdf:type
rdfs:comment
  • In the x86 assembly language, the <b>TEST</b> instruction performs a bitwise AND on two operands. The flags <a href="/wiki/Sign_flag" class="mw-redirect" title="Sign flag">SF</a>, <a href="/wiki/Zero_flag" title="Zero flag">ZF</a>, <a href="/wiki/Parity_flag" title="Parity flag">PF</a> are modified while the result of the AND is discarded. The OF and CF flags are set to 0, while AF flag is undefined. There are 9 different opcodes for the TEST instruction depending on the type and size of the operands. It can compare 8-bit, 16-bit, 32-bit or 64-bit values. It can also compare registers, immediate values and register indirect values. (en)
  • 에서 TEST 명령어는 두 피연산자들에 대한 비트 연산인 AND를 수행한다. SF, ZF, PF 플래그가 수정되며 AND의 결과는 버려진다. OF와 CF 플래그는 0으로 설정되며 AF 플래그는 정의되지 않는다. 종류와 피연자들의 크기에 따라 TEST 명령어를 위한 9가지 다른 옵코드가 존재한다. 이것은 8비트, 16비트, 32비트 또는 64비트 값을 비교할 수 있다. 또한 레지스터, 즉시값 그리고 레지스터 간접 값을 비교할 수도 있다. (ko)
rdfs:label
  • TEST (x86 명령어) (ko)
  • TEST (x86 instruction) (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License