Answers for "how to do or in lc3"

0

how to do or in lc3

LD R1, a ;move the value of a into R1
LD R2, b ;move the value of b into R2
NOT R1, R1
NOT R2, R2
AND R3, R1, R2
NOT R3, R3

HALT
Posted by: Guest on June-04-2020

Code answers related to "how to do or in lc3"

Browse Popular Code Answers by Language