NY6 User Manual
Ver 1.3 2019/03/28
74
RBPR
Function : Read DPR (data pointer) content. The
DPR to read is indexed by the CHNM
register and the obtained content is put in
RPT.
Operation : RPT ← DPR[CHN
M]
Operand :
None
Words :
1
Cycles :
3
Operative Flags: None
Flags Affected: None
Example :
MVLA 0x5
CHNO
RBDPR
Before Instruction
DPR[0x5]= 0x010234
After Instruction
RPT = 0x010234
CHNO
Function : Load ACC to CHNM register
Operation : CHNM
← ACC
Operand :
None
Words :
1
Cycles :
1
Operative Flags: None
Flags Affected: None
Example :
MVLA 0x5
CHNO
Before Instruction
CHNM = 0xX
After Instruction
CHNM = 0x5
RBCH
Function : Read CHNM register to ACC.
Op
eration : ACC ← CHN
M
Operand :
None
Words :
1
Cycles :
1
Operative Flags: None
Flags Affected: None
Example :
RBCH
Before Instruction
CHNM = 0x2
After Instruction
ACC = 0x2
VOLX1
Function : Multiply the value of VOL register by 1.
Operation : VOL * 1
Operand :
None
Words :
1
Cycles :
1
Operative Flags: None
Flags Affected: None
Example :
MVLA
0x2
MVAT
VOL
VOLX1
Before Instruction
VOL= 0x2
After Instruction
VOL = 0x2