Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-i386/pr12627.s
2023-03-06 14:48:14 +01:00

11 lines
174 B
ArmAsm

.section ".text16","ax"
.globl _start
_start:
movl $__bss16_start, %edi
movl $__bss16_dwords, %ecx
xorl %eax, %eax
rep movsl
ret
.section ".bss16","ax"
.space 1024