lucien assaillit wrote:
[discussion about the assembler/disassebler CGIs on mspgcc.sf.net]

It's funny !!!
Input : 0x4303
You     :  mov #0, CG2  (1 cycles, 1 words)

CG2 is R3

R3 as source is used to implement the constant 0 (depending on addressing mode)

R3 as destination is not allowed according to the docs, but a "NOP" is indeed implemented as a "mov R3, R3"

Me       : NOP

me too ;-)

i just not implemeted a special handling to transform the outpu to a NOP.

chris



Reply via email to