Hi there,
I m a newbie in ARM assembly coding, could anyone kindly advise what the following code is doing? thanks.
__main MOV R8, #1 MOV R9, #8 MOV R10, #1 MOV R11, #1 MOV R12, #255 AND R12, #(1<<3) while LSL R8, R11 MUL R10, R8,R10 CMP R8,R9 BLE while ADD R7, R10, R12 stop B stop END