
Preliminar½
HT45FM2C
无刷直流电动机的Flash型8位MCU
RET A,X
说明
操作?
受影响的标志位:
RETI
说明
操作?
受影响的标志位:
RL [M]。
说明
操作?
受影响的标志位:
RLA [M]。
说明
操作?
受影响的标志位:
RLC [M]。
说明
操作?
受影响的标志位:
RLCA [M]。
说明
操作?
受影响的标志位:
RR [M]。
说明
操作?
受影响的标志位:
从子程序中返回,并立即加载数据到ACC
程序计数器从堆栈中恢复且累加器载入指定
即时数据。程序继续执行取回的地址。
程序计数器堆栈←
ACC ← X
无
从中断返回
程序计数器从堆栈中恢复,并重新启用通过设置中断
EMI位。 EMI是主设备的中断使能位。如果中断被挂起时,
RETI指令被执行,等待中断例程将返回之前被处理
到主程序。
程序计数器堆栈←
EMI ← 1
无
放入数据存储器
The contents of the specified Data Memory are rotated left by 1 bit with bit 7 rotated into bit 0.
[m].(i+1) ← [m].i; (i=0~6)
[m].0 ← [m].7
无
放入数据存储器,结果放入ACC
The contents of the specified Data Memory are rotated left by 1 bit with bit 7 rotated into bit 0.
而移位的结果储存回累加器且数据存储器中的内容仍然
不变。
ACC.(i+1) ← [m].i; (i=0~6)
ACC.0 ← [m].7
无
放入数据存储器带进
The contents of the specified Data Memory and the carry flag are rotated left by 1 bit. Bit 7
replaces the Carry bit and the original carry flag is rotated into bit 0.
[m].(i+1) ← [m].i; (i=0~6)
[m].0 ← C
C ← [m].7
C
放入数据存储器,通过随身携带的结果ACC
Data in the specified Data Memory and the carry flag are rotated left by 1 bit. Bit 7 replaces the
Carry bit and the original carry flag is rotated into the bit 0. The rotated result is stored in the
累加器且数据存储器中的内容保持不变。
ACC.(i+1) ← [m].i; (i=0~6)
ACC.0 ← C
C ← [m].7
C
放入数据存储器权
The contents of the specified Data Memory are rotated right by 1 bit with bit 0 rotated into bit 7.
[m].i ← [m].(i+1); (i=0~6)
[m].7 ← [m].0
无
修订版1.10
158
½a½ ½0½ ½01½