Clarify comment segfault behaviour when absent

This commit is contained in:
2019-08-15 19:06:33 +02:00
parent f2cad14426
commit 2ba89b1b8e

View File

@@ -29,6 +29,9 @@ main:
; This segfaults when moved below the line "jne .fail"
; Why?
; Because it stores the float registers on the stack
; as well. This doesn't seem to be particularly well
; documented.
sub rsp, 8 ; allocate 8 bytes = 2 integers
cmp r12, 3 ; argc == 3