mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 00:29:20 +02:00
+ added more avr instructions
git-svn-id: branches/avr@17050 -
This commit is contained in:
parent
c0b6f9b0b0
commit
86f587b02f
@ -44,7 +44,7 @@ unit cpubase;
|
|||||||
|
|
||||||
type
|
type
|
||||||
TAsmOp=(A_None,
|
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_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_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,
|
A_EIJMP,A_JMP,A_RCALL,A_ICALL,R_EICALL,A_CALL,A_RET,A_RETI,A_CPSE,
|
||||||
|
@ -35,7 +35,7 @@ interface
|
|||||||
processor manufacturer.
|
processor manufacturer.
|
||||||
}
|
}
|
||||||
gas_op2str : op2strtable = ('',
|
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',
|
'or','ori','eor','com','neg','sbr','cbr','inc','dec','tst','clr',
|
||||||
'ser','mul','muls','fmul','fmuls','fmulsu','rjmp','ijmp',
|
'ser','mul','muls','fmul','fmuls','fmulsu','rjmp','ijmp',
|
||||||
'eijmp','jmp','rcall','icall','eicall','call','ret','reti','cpse',
|
'eijmp','jmp','rcall','icall','eicall','call','ret','reti','cpse',
|
||||||
|
Loading…
Reference in New Issue
Block a user