.file "920202-1.c" .local rule_text_needs_stack_pop .comm rule_text_needs_stack_pop,4,2 .data .align 2 .type input_stack_pos, @object .size input_stack_pos, 4 input_stack_pos: .long 1 .text .align 2 .globl f .type f, @function f: link.w %a6,#0 moveq.l #1,%d0 move.l %d0,rule_text_needs_stack_pop tst.l input_stack_pos sgt %d0 extb.l %d0 addq.l #1,%d0 unlk %a6 rts .size f, .-f .align 2 .globl main .type main, @function main: link.w %a6,#0 jbsr f clr.l -(%sp) jbsr exit nop .size main, .-main .ident "GCC: (GNU) 3.3.2"