Section Exercises
True or False
Multiple Choice
We have some values in rax
and rbx
. How do you check if their difference (rbx - rax
) is smaller than the value 9 in AT&T Assembly?
What postfix is used for instructions using registers such as ax
, di
, bp
?
Last updated