F
F
FiftyFiftyFifty2019-06-17 12:13:08
assembler
FiftyFiftyFifty, 2019-06-17 12:13:08

What does a line of code in assembler mean?

What does a line of code mean in assembler LC-3. As I understand it is the variable R2 which is initialized to 0?
AND R2, R2, #0

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2019-06-17
@freeExec

R2 = R2 AND 0
It's not a variable, it's a register

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question