Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-i386/pr12627.s

12 lines
174 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.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