Skip to content

Can you tell me what editing this assembly value did? #41

Answered by RedShyGuy
SirEnder125 asked this question in Q&A
Discussion options

You must be logged in to vote

E1A00000 is the instruction mov r0, r0 which moves the data from register 0 to register 0. Basically doing absolutely nothing. You could call it nop as that is the instruction name for something which actually does nothing (would be E320F000 btw).

Replies: 2 comments 23 replies

Comment options

You must be logged in to vote
3 replies
@SirEnder125
Comment options

@RedShyGuy
Comment options

@SirEnder125
Comment options

Answer selected by SirEnder125
Comment options

You must be logged in to vote
20 replies
@RedShyGuy
Comment options

@SirEnder125
Comment options

@RedShyGuy
Comment options

@SirEnder125
Comment options

@SirEnder125
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants