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 1a22c51 commit c5a0588Copy full SHA for c5a0588
riscv-elf.md
@@ -161,6 +161,10 @@ address as an implicit first parameter.
161
162
The stack grows downwards (towards lower addresses) and the stack pointer shall
163
be aligned to a 128-bit boundary upon procedure entry.
164
+The first argument passed on the stack is located at offset zero of the stack pointer
165
+on function entry; following arguments are stored at correspondingly
166
+higher addresses.
167
+
168
In the standard ABI, the stack pointer must remain
169
aligned throughout procedure execution. Non-standard ABI code must realign the
170
stack pointer prior to invoking standard ABI procedures. The operating system
0 commit comments