About: Zero flag     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : dbo:Album, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FZero_flag&graph=http%3A%2F%2Fdbpedia.org&graph=http%3A%2F%2Fdbpedia.org

The zero flag is a single bit flag that is a central feature on most conventional CPU architectures (including x86, ARM, PDP-11, 68000, 6502, and numerous others). It is often stored in a dedicated register, typically called status register or flag register, along with other flags. The zero flag is typically abbreviated Z or ZF or similar in most documentation and assembly languages. The logical formula of the zero flag for a twos-complement binary operand is NOT(OR(all bits of the operand in question)).

AttributesValues
rdf:type
rdfs:label
  • Příznak nuly (cs)
  • Nullflag (de)
  • Indicateur de zéro (fr)
  • Zero flag (en)
rdfs:comment
  • Příznak nuly (anglicky zero flag) (obvykle označovaný písmenem Z nebo zkratkou ZF) je bit v registru příznaků (stavovém slově) v počítačových procesorech mnoha architektur (včetně x86, ARM, PDP-11 a Motorola 68000) používaný pro indikaci, že výsledek aritmetické nebo bitové operace je nulový. Při operaci porovnání indikuje, že porovnávaná čísla si jsou rovna. (cs)
  • Das Nullflag oder Nullbit (englisch Zero Flag) ist eines der Flags im Statusregister vieler Rechenwerke, darunter denen der x86-Prozessoren. Es zeigt an, ob das Ergebnis einer Operation gleich 0 war. Dieser Sonderfall als Ergebnis einer Berechnung ist insbesondere für die Prüfung von Schleifenbedingungen und anderen bedingten Sprüngen von Bedeutung. Diese müssen aufgrund ihres häufigen Auftretens besonders effizient erfolgen können. Mittels des Nullbits kann diese Prüfung mit minimalem Aufwand durchgeführt werden. (de)
  • L'indicateur de zéro est un indicateur central de la plupart des architectures de processeur (comprenant, entre autres, x86, ARM, PDP-11, 68000 et 6502). Il est souvent stocké, avec d'autres indicateurs, dans un registre dédié généralement appelé registre d’état. L'indicateur de zéro est généralement abrégé en Z ou ZF (Zero Flag en anglais) dans la plupart des documentations ainsi qu'en assembleur. Certains jeux d'instructions, telles que l'architecture MIPS, n'utilisent pas de registre d’état dédié; les instructions de saut vérifiant à la place un registre à zéro. * Portail de l’informatique (fr)
  • The zero flag is a single bit flag that is a central feature on most conventional CPU architectures (including x86, ARM, PDP-11, 68000, 6502, and numerous others). It is often stored in a dedicated register, typically called status register or flag register, along with other flags. The zero flag is typically abbreviated Z or ZF or similar in most documentation and assembly languages. The logical formula of the zero flag for a twos-complement binary operand is NOT(OR(all bits of the operand in question)). (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
bot
  • noref (en)
date
  • June 2019 (en)
has abstract
  • Příznak nuly (anglicky zero flag) (obvykle označovaný písmenem Z nebo zkratkou ZF) je bit v registru příznaků (stavovém slově) v počítačových procesorech mnoha architektur (včetně x86, ARM, PDP-11 a Motorola 68000) používaný pro indikaci, že výsledek aritmetické nebo bitové operace je nulový. Při operaci porovnání indikuje, že porovnávaná čísla si jsou rovna. (cs)
  • Das Nullflag oder Nullbit (englisch Zero Flag) ist eines der Flags im Statusregister vieler Rechenwerke, darunter denen der x86-Prozessoren. Es zeigt an, ob das Ergebnis einer Operation gleich 0 war. Dieser Sonderfall als Ergebnis einer Berechnung ist insbesondere für die Prüfung von Schleifenbedingungen und anderen bedingten Sprüngen von Bedeutung. Diese müssen aufgrund ihres häufigen Auftretens besonders effizient erfolgen können. Mittels des Nullbits kann diese Prüfung mit minimalem Aufwand durchgeführt werden. (de)
  • L'indicateur de zéro est un indicateur central de la plupart des architectures de processeur (comprenant, entre autres, x86, ARM, PDP-11, 68000 et 6502). Il est souvent stocké, avec d'autres indicateurs, dans un registre dédié généralement appelé registre d’état. L'indicateur de zéro est généralement abrégé en Z ou ZF (Zero Flag en anglais) dans la plupart des documentations ainsi qu'en assembleur. L'indicateur de zéro est utilisé avec l'indicateur de retenue (CF), l'indicateur de signe (SF) et l'indicateur de débordement (OF), pour vérifier le résultat d'une opération arithmétique, mais également bit à bit. Il est mis ou retiré suivant qu'un résultat arithmétique est égale à zéro ou non. Cela inclut les résultats qui ne sont pas stockés, la plupart des jeux d'instructions implémentant l' sous la forme d'une soustraction dont le résultat est ignoré. Il est également fréquent que les processeurs aient une instruction bit à bit AND ne stockant pas de résultat. Dans la plupart des processeurs, l'indicateur de zéro est principalement utilisé dans les instructions de branchement, qui modifient les flux de contrôle des résultats des instructions précédentes, mais il y a souvent d'autres usages. Certains jeux d'instructions, telles que l'architecture MIPS, n'utilisent pas de registre d’état dédié; les instructions de saut vérifiant à la place un registre à zéro. * Portail de l’informatique (fr)
  • The zero flag is a single bit flag that is a central feature on most conventional CPU architectures (including x86, ARM, PDP-11, 68000, 6502, and numerous others). It is often stored in a dedicated register, typically called status register or flag register, along with other flags. The zero flag is typically abbreviated Z or ZF or similar in most documentation and assembly languages. Along with a carry flag, a sign flag and an overflow flag, the zero flag is used to check the result of an arithmetic operation, including bitwise logical instructions. It is set to 1, or true, if an arithmetic result is zero, and reset otherwise. This includes results which are not stored, as most traditional instruction sets implement the compare instruction as a subtract where the result is discarded. It is also common that processors have a bitwise AND-instruction that does not store the result. The logical formula of the zero flag for a twos-complement binary operand is NOT(OR(all bits of the operand in question)). In most processors, the zero flag is mainly used in conditional branch instructions, which alter control flow on previous instruction results, but there are often other uses as well. In some instruction sets such as the MIPS architecture, a dedicated flag register is not used; jump instructions instead check a register for zero. (en)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 67 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software