We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46c4dd5 + 064b2f0 commit cbe7332Copy full SHA for cbe7332
Chapter 01/HelloWorld.s
@@ -7,7 +7,7 @@
7
//
8
9
.global _start // Provide program starting address to linker
10
-.align 2 // Make sure everything is aligned properly
+.align 4 // Make sure everything is aligned properly
11
12
// Setup the parameters to print hello world
13
// and then call the Kernel to do it.
0 commit comments