You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple first fix should be to filter for =const in arm assembly and return a custom error. Trying to emit constants like ldrb r0, .label; .label: .byte 0xff is currently not supported by nyxstone anyway.
Trying to assemble
ldr r0, =0xfefaff
leads to a SEGFAULT in LLVM.Reproduce with
./nyxstone --arch armv8m -A ldr r0, =0xfefaff
. Stack trace:The text was updated successfully, but these errors were encountered: