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

In the x86 computer architecture, HLT (halt) is an assembly language instruction which halts the central processing unit (CPU) until the next external interrupt is fired. Interrupts are signals sent by hardware devices to the CPU alerting it that an event occurred to which it should react. For example, hardware timers send interrupts to the CPU at regular intervals.

Property Value
dbo:abstract
  • HLT ist ein Mnemonic der Assemblersprache für x86-Rechnerarchitekturen. Es steht für den Maschinenbefehl Halt (Opcode F416), welcher den Hauptprozessor (CPU) in den Halt-Zustand versetzt, bis eine externe Unterbrechungsanforderung (Interrupt Request, kurz IRQ) aktiv wird. Im Halt-Zustand wird die Programmausführung angehalten, wodurch der Prozessor Energie spart und mithin weniger Verlustwärme produziert. IRQs sind Signale, mit denen die Peripherie-Hardware die CPU über aufgetretene Ereignisse (beispielsweise Aktivität an Maus oder Tastatur) informiert. Wenn das Betriebssystem keine Aufgaben zur unmittelbaren Abarbeitung hat, wird der Leerlaufprozess ausgeführt, der seinerseits den Halt-Maschinenbefehl ausführt. Bei Windows NT führt den Befehl beispielsweise der System Idle Process aus. (de)
  • In the x86 computer architecture, HLT (halt) is an assembly language instruction which halts the central processing unit (CPU) until the next external interrupt is fired. Interrupts are signals sent by hardware devices to the CPU alerting it that an event occurred to which it should react. For example, hardware timers send interrupts to the CPU at regular intervals. Most operating systems execute a HLT instruction when there is no immediate work to be done, putting the processor into an idle state. In Windows NT, for example, this instruction is run in the "System Idle Process". On x86 processors, the opcode of HLT is 0xF4. (en)
  • Dans l'architecture matérielle x86, HLT (abréviation de halt qui signifie arrête) est une instruction en langage assembleur qui arrête l'unité centrale de traitement (CPU) jusqu'à la prochaine interruption externe. Les interruptions sont des signaux envoyés par des dispositifs matériels à l'unité centrale de traitement pour l'avertir qu'un événement est survenu auquel elle doit réagir. Par exemple, une minuterie envoie des interruptions à l'unité centrale à intervalles réguliers. L'instruction HLT est exécutée par le système d'exploitation lorsqu'il n'y a pas de travail immédiat à faire, et que le système entre dans son état idle. Sur les processeurs x86, le code d'opération de HLT est 0xF4. (fr)
  • Команда приостановки процессора выполняется до тех пор, пока не возникнет аппаратное прерывание. Когда процессор находится в стадии исполнения этой команды, он потребляет минимальное количество энергии, и, следовательно, почти что не выделяет тепла. В процессорах, совместимых с i386, эта команда на языке ассемблера записывается как HLT, от англ. halt — остановка и имеет опкод 0xF4. Не стоит путать эту команду с командой NOP. (ru)
dbo:wikiPageID
  • 11371954 (xsd:integer)
dbo:wikiPageLength
  • 4627 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1094156240 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • Команда приостановки процессора выполняется до тех пор, пока не возникнет аппаратное прерывание. Когда процессор находится в стадии исполнения этой команды, он потребляет минимальное количество энергии, и, следовательно, почти что не выделяет тепла. В процессорах, совместимых с i386, эта команда на языке ассемблера записывается как HLT, от англ. halt — остановка и имеет опкод 0xF4. Не стоит путать эту команду с командой NOP. (ru)
  • HLT ist ein Mnemonic der Assemblersprache für x86-Rechnerarchitekturen. Es steht für den Maschinenbefehl Halt (Opcode F416), welcher den Hauptprozessor (CPU) in den Halt-Zustand versetzt, bis eine externe Unterbrechungsanforderung (Interrupt Request, kurz IRQ) aktiv wird. Im Halt-Zustand wird die Programmausführung angehalten, wodurch der Prozessor Energie spart und mithin weniger Verlustwärme produziert. IRQs sind Signale, mit denen die Peripherie-Hardware die CPU über aufgetretene Ereignisse (beispielsweise Aktivität an Maus oder Tastatur) informiert. (de)
  • In the x86 computer architecture, HLT (halt) is an assembly language instruction which halts the central processing unit (CPU) until the next external interrupt is fired. Interrupts are signals sent by hardware devices to the CPU alerting it that an event occurred to which it should react. For example, hardware timers send interrupts to the CPU at regular intervals. (en)
  • Dans l'architecture matérielle x86, HLT (abréviation de halt qui signifie arrête) est une instruction en langage assembleur qui arrête l'unité centrale de traitement (CPU) jusqu'à la prochaine interruption externe. Les interruptions sont des signaux envoyés par des dispositifs matériels à l'unité centrale de traitement pour l'avertir qu'un événement est survenu auquel elle doit réagir. Par exemple, une minuterie envoie des interruptions à l'unité centrale à intervalles réguliers. (fr)
rdfs:label
  • HLT (Maschinenbefehl) (de)
  • HLT (x86 instruction) (en)
  • HLT (instruction) (fr)
  • Команда останова (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is rdfs:seeAlso 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