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.
2 parents bb5dbc2 + 981c227 commit 35a5e91Copy full SHA for 35a5e91
Chapter 02/addexamp2.s
@@ -17,7 +17,7 @@ _start: MOV X2, #0x0000000000000003
17
18
// Setup the parameters to exit the programc
19
// and then call the kernel to do it.
20
-// R0 is the return code and will be what we
+// X0 is the return code and will be what we
21
// calculated above.
22
MOV X16, #1 // System call number 1 terminates this program
23
SVC #0x80 // Call kernel to terminate the program
0 commit comments