tests update
This commit is contained in:
@ -2,20 +2,19 @@
|
||||
entry:
|
||||
pushq %rbp
|
||||
movq %rsp, %rbp
|
||||
subq $128, %rsp
|
||||
subq $400, %rsp
|
||||
movl %edi, -8(%rbp) #FunctionStart1param end
|
||||
movl $-1, -9(%rbp) #constant assign
|
||||
movl $1, -9(%rbp) #constant assign
|
||||
.L1:
|
||||
movl -9(%rbp), %eax #assign start
|
||||
movl %eax, -10(%rbp) #assign end
|
||||
.L2:
|
||||
movl -11(%rbp), %edi #adding param start
|
||||
call printBoolean
|
||||
movl %eax, -15(%rbp) #store return from call
|
||||
.L3:
|
||||
movl -15(%rbp), %eax #assign start
|
||||
movl %eax, -19(%rbp) #assign end
|
||||
movl $1, -23(%rbp) #constant assign
|
||||
movl -23(%rbp), %eax #return $t3
|
||||
movl %eax, -18(%rbp) #store return from call
|
||||
movl -18(%rbp), %eax #assign start
|
||||
movl %eax, -24(%rbp) #assign end
|
||||
movl $1, -28(%rbp) #constant assign
|
||||
movl -28(%rbp), %eax #return $t3
|
||||
leave
|
||||
ret
|
||||
|
Reference in New Issue
Block a user