hi,各位好。
小弟剛接觸arm系列,對於很多觀念都還不清楚,想藉由這個例子請教各位大大該如何讀懂
arm的組語,以下三行為我在程式碼看到的組語
IDE: Code Composer Studio
compiler: 不會看
CPU: arm cortex-a8
chip: TI am335x
圖: https://imgur.com/a/upkoQxM
MRS R1, CPSR;
AND R1, #0x80;
STR R1, [R0];
參考手冊: ARM and Thumb Assembler Instructions.pdf