beautypg.com

FUJITSU MB91F109 FR30 User Manual

Page 430

background image

406

APPENDIX E Instructions

@(R13, Rj)

Register using relative and indirect addressing
(Rj: R0 to R15, AC, FP, and SP)

@(R14 ,disp10)

Register using relative and indirect addressing
(disp10: -0X200 to 0X1FC, multiple of 4 only)

@(R14, disp9)

Register using relative and indirect addressing
(disp9: -0X100 to 0XFE, multiple of 2 only)

@(R14, disp8)

Register using relative and indirect addressing
(disp8: -0X80 to 0X7F)

@(R15, udisp6)

Register using relative and indirect addressing
(udisp6: 0 to 60, multiple of 4 only)

@Ri+

Register using indirect addressing with postincrement
(R0 to R15, AC, FP, and SP)

@R13+

Register using indirect addressing with postincrement (R13, AC)

@SP+

Stack pop

@-SP

Stack push

(reglist)

Register list

Table E-1 Explanation of Addressing Mode Codes