.file "struct-ini-2.c" .globl x .data .type x, @object .size x, 2 x: .byte 32 .byte 52 .text .align 2 .globl main .type main, @function main: link.w %a6,#0 move.b x,%d0 and.b #-16,%d0 cmp.b #32,%d0 jbne .L5 move.b x+1,%d0 and.b #-16,%d0 cmp.b #48,%d0 jbne .L5 move.b x+1,%d0 and.b #15,%d0 cmp.b #4,%d0 jbeq .L4 .L5: jbsr abort .align 2 .L4: clr.l -(%sp) jbsr exit nop .size main, .-main .ident "GCC: (GNU) 3.3.2"