j
k
j a
j l
Michael Hope wrote:
This works for me: .syntax unified .text .cpu cortex-a15
This works for me:
.syntax unified .text .cpu cortex-a15
Got it, I need specified cpu mode here :)
Many thanks!
Xiao
.type divit, %function divit: sdiv r0, r0, r1 bx lr -- Michael
.type divit, %function
divit: sdiv r0, r0, r1 bx lr
-- Michael
Back to the thread
Back to the list