summaryrefslogtreecommitdiff
path: root/test.s
diff options
context:
space:
mode:
Diffstat (limited to 'test.s')
-rw-r--r--test.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.s b/test.s
new file mode 100644
index 0000000..1bab3a8
--- /dev/null
+++ b/test.s
@@ -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!"