5.4 - Assembly Language Flashcards

1
Q

What does assembly language language use instead of if statements?

A

Uses compare and branch instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can you find the two’s complement of a number?

A

Do a NOT bitwise on the number and add 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly