blob: 1bab3a892f4b8da6c6489be50b898267fbdcbb0b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
_start:
nop ; This is a comment.
nop @ This is GNU-style comment.
eor r0, r0, r0
add r0, r0, #0x1
.string: ; Labels and directives may share names.
.string "Þið sjáið snæri!"
|