Skip to content

Commit c673c12

Browse files
committed
Link to "Reducing Power Consumption" from "halt"
That should help with visibility slightly?
1 parent c9cac00 commit c673c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/halt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `halt`
22

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,
3+
`halt` is an instruction that pauses the CPU (during which [less power is
4+
consumed](<#Using the HALT Instruction>)) when executed. The CPU wakes up as soon as an interrupt is pending,
55
that is, when the bitwise AND of [`IE`](<#FFFF — IE: Interrupt enable>)
66
and [`IF`](<#FF0F — IF: Interrupt flag>) is non-zero.
77

0 commit comments

Comments
 (0)