5.4 - Assembly Language Flashcards
1
Q
What does assembly language language use instead of if statements?
A
Uses compare and branch instructions
2
Q
How can you find the two’s complement of a number?
A
Do a NOT bitwise on the number and add 1