I don't really understand how stack commands or how stacks in general work.
Say if I had
PUSH R3
POP R3
Line 1 : Does this mean that the content of R3 would be put onto the top of the stack? Would the contents of the stack then change if R3 changed?
Line 2: On the second line, would the contents at the top of the stack be moved from the stack into R3 OR is the contents of R3 that was pushed onto the stack popped off the stack?
Also what does pop/push do when a register is surrounded in brackets like so
POP {LR}