asm{a,b}: 16byte alignment reicht
[uebersetzerbau-ss10.git] / asmb / asmb.s
index b2cdf72382bf64a1c592d3e24fb09e1548838495..9f0e2e42ccb6b8ec82d54df4870e584a42fc07b1 100644 (file)
@@ -1,6 +1,6 @@
        .file   "asmb.c"
-.section .rodata
-.align 128
+       .data
+       .align 16
 const65:
        .rept 16
        .byte 0x65
@@ -13,7 +13,7 @@ constc0:
        .rept 16
        .byte 0xc0
        .endr
-.section .rodata
+
        .text
 .globl asmb
        .type   asmb, @function