.file "strify3.c" .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "foo@bar" .LC1: .string "stringification without spaces" .text .align 2 .globl main .type main, @function main: link.w %a6,#-8 move.l .LC0,-8(%a6) move.l .LC0+4,-4(%a6) pea 8.w pea .LC0 pea -8(%a6) jbsr memcmp lea (12,%sp),%sp tst.l %d0 jbeq .L2 pea .LC1 jbsr puts jbsr abort .align 2 .L2: clr.l %d0 unlk %a6 rts .size main, .-main .ident "GCC: (GNU) 3.3.2"