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 df22657 commit eee1b95Copy full SHA for eee1b95
src/asm.md
@@ -9,7 +9,7 @@
9
So far we have managed to boot the device and handle interrupts without a single
10
line of assembly. That's quite a feat! But depending on the architecture you are
11
targeting you may need some assembly to get to this point. There are also some
12
-operations like context switching, etc., that require assembly.
+operations, for example context switching, that require assembly.
13
14
The problem is that both *inline* assembly (`asm!`) and *free form* assembly
15
(`global_asm!`) are unstable, and there's no estimate for when they'll be
0 commit comments