Why does the following instruction produce a bus error on armv8?
sturb wzr, [sp, #0]
Bus error (core dumped)
Minimal example:
.text
.global _start
_start:
sub sp, sp, #1
sturb wzr, [sp, #0]
mov x0, #0
mov x8, #93
svc 0
Why does the following instruction produce a bus error on armv8?
sturb wzr, [sp, #0]
Bus error (core dumped)
Minimal example:
.text
.global _start
_start:
sub sp, sp, #1
sturb wzr, [sp, #0]
mov x0, #0
mov x8, #93
svc 0