Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-pdp11/sections.s

14 lines
121 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.globl _start
.text
_start:
mov _data,_bss
.globl _data
.data
_data:
.word 1
.globl _bss
.bss
_bss:
.=.+2
.end