We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cac00 commit c673c12Copy full SHA for c673c12
src/halt.md
@@ -1,7 +1,7 @@
1
# `halt`
2
3
-`halt` is an instruction that pauses the CPU (during which less power is
4
-consumed) when executed. The CPU wakes up as soon as an interrupt is pending,
+`halt` is an instruction that pauses the CPU (during which [less power is
+consumed](<#Using the HALT Instruction>)) when executed. The CPU wakes up as soon as an interrupt is pending,
5
that is, when the bitwise AND of [`IE`](<#FFFF — IE: Interrupt enable>)
6
and [`IF`](<#FF0F — IF: Interrupt flag>) is non-zero.
7
0 commit comments