32+33-23 (fixed) 2009-11-18 11:21:23 .text .globl main main: mov $32, %eax mov $33, %ebx add %ebx, %eax mov $23, %ebx sub %ebx, %eax ret