arm - What is the full form of Rd, Rn, Rm, Ra in assembly language? -


we use these terms often. why named not clear.

  • rd: destination register
  • rn: operand in register arithmetic operation.
  • rm: operand in register arithmetic operation.
  • ra: value in register used in addition or subtraction. think "accumulator"

you might take pass through arm assembly reference see examples of these being used in way.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -