What is the characteristics of Assembly Language? ( 4 )
What is a register?
What is the size of data inside registers? ( 2 )
What is the uses of register?
List out types of Register ( 2 )
List out Registers that are inside General Purpose Register / User Visible Register ( 7 )
List out Registers that are inside Special Purpose Register / User Invisible Register ( 5 )
What is the use cases for Accumulator Register? ( 3 )
What is the use cases for Base Register? ( 2 )
What is the use cases for Counter Register ?
What is the use cases for Data Regiater ? ( 2 )
What is the use cases for Base Pointer Register?
What is the use cases for Stack Pointer Register?
What is the use cases for Source Index Register?
[3] means the variable b can store 3 element
[3] have an index of 3
b[0] = -10 , b[1] = 20 , b[2] = 30
What is the use for Destination Index Register?
a[2] = b[0] + c[1]
What is the use for Instruction Register?
Instruction Register is also known as what? ( 2 )
What is the use of Program Counter Register?
Program Counter Register is also known as what?
What is the use of Memory Address Register?
What is the use of Memory Data Register?
Memory Data Register also known as what?
What is the use for Status Register / Program Status Word / Control Register / Flag Register?
List out the Flags that Flag Register used ( 6 )