English
Language : 

FM8P54 Datasheet, PDF (33/50 Pages) List of Unclassifed Manufacturers – EPROM/ROM-Based 8-Bit Microcontroller Series
FEELING
TECHNOLOGY
FM8P54/56
RETIA
Syntax:
Operands:
Operation:
Status Affected:
Description:
Cycles:
RETURN
Syntax:
Operands:
Operation:
Status Affected:
Description:
Cycles:
RLR
Syntax:
Operands:
Operation:
Status Affected:
Description:
Cycles:
RRR
Syntax:
Operands:
Operation:
Status Affected:
Description:
Cycles:
Return with Immediate in ACC
RETIA I
0 ≤ I ≤ 255
I Æ ACC;
Top of Stack Æ PC
None
The ACC register is loaded with the 8-bit immediate ‘I’. The program counter is loaded from
the top of the stack (the return address). This is a two-cycle instruction.
2
Return from Subroutine
RETURN
None
Top of Stack Æ PC
None
The program counter is loaded from the top of the stack (the return address). This is a
two-cycle instruction.
2
Rotate Left f through Carry
RLR R, d
0 ≤ R ≤ 63
d∈ [0,1]
R<7> Æ C;
R<6:0> Æ dest<7:1>;
C Æ dest<0>
C
The contents of register ‘R’ are rotated one bit to the left through the Carry Flag. If ‘d’ is 0 the
result is placed in the ACC register. If ‘d’ is 1 the result is stored back in register ‘R’.
1
Rotate Right f through Carry
RRR R, d
0 ≤ R ≤ 63
d∈ [0,1]
C Æ dest<7>;
R<7:1> Æ dest<6:0>;
R<0> Æ C
C
The contents of register ‘R’ are rotated one bit to the right through the Carry Flag. If ‘d’ is 0 the
result is placed in the ACC register. If ‘d’ is 1 the result is placed back in register ‘R’.
1
Rev1.21 May 31, 2005
P.33/FM8P54/56