aboutsummaryrefslogtreecommitdiff
path: root/tests/expected/bare_accesses.txt
blob: 4c14629f66165aca656dc55c47a0f78ca3bd20d5 (plain)
1
2
3
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)