Term
The system can be configured for either big or little endian operation. But little endian is the default True or False |
|
Definition
|
|
Term
How do you restore an interrupt?
U_32 nFlags = 0;
nFlags = REG_IF; |
|
Definition
|
|
Term
What is the largest value an individual timer can hold? |
|
Definition
|
|
Term
How many bits are used for tile map entries of rotational backgrounds? |
|
Definition
|
|
Term
How many digital sound channels are available on the GBA? |
|
Definition
|
|
Term
What is pointer aliasing in reference to two pointers? |
|
Definition
When they point to the same address. |
|
|
Term
Multiplying a matrix A by matrix B will always result in the same matrix as multiplying matrix B by matrix A. True or False. |
|
Definition
|
|
Term
If your loop iteration count cannot be zero then what type of loop construct should we use? |
|
Definition
|
|
Term
REG_IME must be on for the interrupt bits in REG_IE to have any effect True or False. |
|
Definition
TRUE. REG_IME is the master flag..if it is disabled interrupts will never work |
|
|