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

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -