Ulf Samuelsson 0d79a2a8e2 ASCIZ Command for output section
Adds a new directive to the linker script syntax: ASCIZ.
This inserts a zero-terminated string into the output at the place where it is used.
2023-02-14 10:13:28 +00:00

9 lines
96 B
ArmAsm

.section .text
.long 0x01010101
.section .data
.long 0x9abcdef0
.section .bss
.long 0