Skip to content

Commit eee1b95

Browse files
authored
Update asm.md
1 parent df22657 commit eee1b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
So far we have managed to boot the device and handle interrupts without a single
1010
line of assembly. That's quite a feat! But depending on the architecture you are
1111
targeting you may need some assembly to get to this point. There are also some
12-
operations like context switching, etc., that require assembly.
12+
operations, for example context switching, that require assembly.
1313

1414
The problem is that both *inline* assembly (`asm!`) and *free form* assembly
1515
(`global_asm!`) are unstable, and there's no estimate for when they'll be

0 commit comments

Comments
 (0)