Renesas Technology, Tools FAQs
Last Updated: June 20, 2001
Document Number: 01060501_e
Q.
I get this warning when I modify the src code as follows:
MOV.W #0010H,A0 -> MOV.W #0030H,A0
Is this perhaps because the conversion to an instruction is not optimized in this case?
A.
Because the line-assemble function does not optimize the assemble code, the code size may change even with the src code
conversion. However, you can generate other types of codes, such as short or zero format, by manually specifying the instruction
format specifier when inputting the instruction code.
Example: MOV.W:S #0030H,A0
Please refer to the software manual for more details concerning the instruction formats.
Top of Page | Back to Previous Page
Terms of Use Privacy Policy
(C)2004 Renesas Technology Corp., All Rights Reserved.
Comentarios a estos manuales