diff options
Diffstat (limited to 'test.s')
-rw-r--r-- | test.s | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,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!" |