Term
How many timers are available in the GBA hardware? |
|
Definition
|
|
Term
What are the backgrounds that you can rotate? |
|
Definition
Only background 2…and 3? Can be scaled and rotated(MAYBE?) |
|
|
Term
If I add two fixed point values of 16.16, what would I have to do before setting it to one of the rotational background transform registers? |
|
Definition
Right shift it by 8 to make it 24.8 |
|
|
Term
You may need to handle multiple interrupts at one time. True or False |
|
Definition
|
|
Term
25. In a 2d matrix, where would you set the rotational data?
X1, Y1, Z1
X2, Y2, Z2
X3, Y3, Z3 |
|
Definition
|
|
Term
if your code uses addition, subtraction, and multiplication then there is no performance difference between signed and unsigned operations. |
|
Definition
|
|
Term
Which hardware subsystem catches interrupt messages? |
|
Definition
|
|
Term
Which step does not automatically happen when an interrupt gets triggered? |
|
Definition
|
|
Term
How many registers must you set to transform a rotational background properly? |
|
Definition
|
|
Term
What will happen if you left shift a 24.8 fixed point value by 24? |
|
Definition
It will be a 0.32 fixed point number |
|
|