aboutsummaryrefslogtreecommitdiff
path: root/tests/expected/bare_accesses.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expected/bare_accesses.txt')
-rw-r--r--tests/expected/bare_accesses.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/expected/bare_accesses.txt b/tests/expected/bare_accesses.txt
new file mode 100644
index 0000000..4c14629
--- /dev/null
+++ b/tests/expected/bare_accesses.txt
@@ -0,0 +1,4 @@
+warning: accessing a memory region without using a variable (bare_accesses.s: line 22)
+warning: accessing a memory region without a proper name ('whatever') (bare_accesses.s: line 23)
+error: out of bounds memory access for 'zp_used' ($00-$01) (bare_accesses.s: line 27)
+error: out of bounds memory access for 'zp_used' ($00-$01) (bare_accesses.s: line 28)