Big testing update
This commit is contained in:
13
tests/sprint4/expected/sp4_cg_equal_to.expected
Normal file
13
tests/sprint4/expected/sp4_cg_equal_to.expected
Normal file
@ -0,0 +1,13 @@
|
||||
movl $1, -4(%rbp) #constant assign
|
||||
movl -4(%rbp), %eax #assign start
|
||||
movl %eax, -8(%rbp) #assign end
|
||||
movl $2, -12(%rbp) #constant assign
|
||||
movl -12(%rbp), %eax #assign start
|
||||
movl %eax, -16(%rbp) #assign end
|
||||
movl -8(%rbp), %eax #equal to start
|
||||
cmpl -16(%rbp), %eax
|
||||
sete %al
|
||||
movb %al, -20(%rbp) #equal to end
|
||||
movl -20(%rbp), %eax #assign start
|
||||
movl %eax, -24(%rbp) #assign end
|
||||
movl $1, -28(%rbp) #constant assign
|
Reference in New Issue
Block a user