Renesas R8C/Tiny Series Software Manual page 53

16-bit single-chip microcomputer
Hide thumbs Also See for R8C/Tiny Series:
Table of Contents

Advertisement

Chapter 3 Functions
(1) Mnemonic
The mnemonic explained in the page.
(2) Instruction Code/Number of Cycles
The page on which the instruction code and number of cycles is listed.
Refer to this page for information on the instruction code and number of cycles.
(3) Syntax
The syntax of the instruction using symbols. If (:format) is omitted, the assembler chooses the optimum
specifier.
MOV.size (: format) src , dest
(a) (b)
(c)
(a) Mnemonic
Shows the mnemonic.
(b) Size specifier
Shows the data sizes in which data is handled. The following data sizes may be specified:
.B
Byte (8 bits)
.W
Word (16 bits)
.L
Long word (32 bits)
Some instructions do not have a size specifier.
(c) Instruction format specifier
Shows the instruction format. If (: format) is omitted, the assembler chooses the optimum specifier.
If (: format) is entered, its content is given priority. The following instruction formats may be specified:
:G Generic format
:Q Quick format
:S Short format
:Z Zero format
Some instructions do not have an instruction format specifier.
(d) Operands
Shows the operands.
(e) Shows the data sizes that can be specified in (b).
(f) Shows the instruction formats that can be specified in (c).
Rev.2.00 Oct 17, 2005
REJ09B0001-0200
G , Q , S , Z
B , W
(d)
MOV
.size
(: format)
src, dest
page 35 of 263
3.1 Guide to This Chapter
(f)
(e)

Advertisement

Table of Contents
loading

Table of Contents