+ added more avr instructions

git-svn-id: branches/avr@17050 -
This commit is contained in:
florian 2011-02-27 21:12:19 +00:00
parent c0b6f9b0b0
commit 86f587b02f
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ unit cpubase;
type
TAsmOp=(A_None,
A_ADD,A_ADC,A_ADIW,A_SUB,A_SUBI,A_SBC,A_SBCI,A_SBIW,A_AND,A_ANDI,
A_ADD,A_ADC,A_ADIW,A_SUB,A_SUBI,A_SBC,A_SBCI,A_SBRC,A_SBRS,A_SBIW,A_AND,A_ANDI,
A_OR,A_ORI,A_EOR,A_COM,A_NEG,A_SBR,A_CBR,A_INC,A_DEC,A_TST,A_CLR,
A_SER,A_MUL,A_MULS,A_FMUL,A_FMULS,A_FMULSU,A_RJMP,A_IJMP,
A_EIJMP,A_JMP,A_RCALL,A_ICALL,R_EICALL,A_CALL,A_RET,A_RETI,A_CPSE,

View File

@ -35,7 +35,7 @@ interface
processor manufacturer.
}
gas_op2str : op2strtable = ('',
'add','adc','adiw','sub','subi','sbc','sbci','sbiw','and','andi',
'add','adc','adiw','sub','subi','sbc','sbci','sbrc','sbrs','sbiw','and','andi',
'or','ori','eor','com','neg','sbr','cbr','inc','dec','tst','clr',
'ser','mul','muls','fmul','fmuls','fmulsu','rjmp','ijmp',
'eijmp','jmp','rcall','icall','eicall','call','ret','reti','cpse',