-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I try compile this code
mov x9, #0x6341
movk x9, #0x6974, lsl #16
movk x9, #0x6176, lsl #32
movk x9, #0x6574, lsl #48
str x9, [x8]
mov x9, #0x2064
movk x9, #0x6576, lsl #16
movk x9, #0x7372, lsl #32
movk x9, #0x6f69, lsl #48
str x9, [x8, #8]
mov w9, #0x6e
strb w9, [x8, #16]
mov w9, #17
strb w9, [x8, #23]
ret
but program give me
29688CD2
Unknown error
Unknown error
Unknown error
090100F9
890C84D2
Unknown error
Unknown error
Unknown error
090500F9
C90D8052
09590039
E9028052
098D0039
C0035FD6
But this site https://armconverter.com/ compile it without errors

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels