We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm using gcc on 64-bit Raspberry Pi OS. It gives me doubleword alignment for text strings:
.text
.section .rodata
.align 3
.LC0:
.string "Enter one character: "
.LC1:
.string "You entered: "
.align 2
.global main
.type main, %function
main: