~cpp
int i=123;
i-=4;
movl $123, -4(%ebp)
leal -4(%ebp), %eax
subl $4, (%eax)
것 나는
movl $123, -4(%ebp)
subl $4, -4(%ebp)
렇게 구는데 GNU Compiler는 %eax 를 겨 그것 가고 다.
그럴까?
movl $123, -4(%ebp)
subl $4, -4(%ebp)
렇게 구는데 GNU Compiler는 %eax 를 겨 그것 가고 다.
그럴까?










