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.
9 lines
96 B
ArmAsm
9 lines
96 B
ArmAsm
.section .text
|
|
.long 0x01010101
|
|
|
|
.section .data
|
|
.long 0x9abcdef0
|
|
|
|
.section .bss
|
|
.long 0
|