32+33-23 2009-11-18 11:13:00 .text .globl main main: mov $32, %eax mov $33, %ebx add %eax, %ebx mov $23, %ebx sub %eax, %ebx ret