Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-06 | * avr-dis.c (avr_operand): Use PARAMS macro in declaration. | Denis Chertykov | 1 | -43/+82 | |
Change return type from void to int. Check the combination of operands, return 1 if valid. Fix to avoid BUF overflow. Report undefined combinations of operands in COMMENT. Report internal errors to stderr. Output the adiw/sbiw constant operand in both decimal and hex. (print_insn_avr): Disassemble ldd/std with displacement of 0 as ld/st. Check avr_operand () return value, handle invalid combinations of operands like unknown opcodes. | |||||
2000-07-03 | Tidy up formatting. | Nick Clifton | 1 | -3/+4 | |
Add -mall-opcodes, -mno-skip-bug, -mno-wrap. | |||||
2000-06-09 | * avr-dis.c (avr_operand): Bugfix for jmp/call address. | Denis Chertykov | 1 | -1/+2 | |
2000-06-07 | * avr-dis.c: completely rewritten. | Denis Chertykov | 1 | -587/+249 | |
2000-05-01 | * avr-dis.c (reg_fmul_d): New. Extract destination register from | Denis Chertykov | 1 | -3/+118 | |
FMUL instruction. (reg_fmul_r): New. Extract source register from FMUL instruction. (reg_muls_d): New. Extract destination register from MULS instruction. (reg_muls_r): New. Extract source register from MULS instruction. (reg_movw_d): New. Extract destination register from MOVW instruction. (reg_movw_r): New. Extract source register from MOVW instruction. (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU, EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions. | |||||
2000-04-14 | More portability patches. Include sysdep.h everywhere. | Alan Modra | 1 | -0/+1 | |
2000-04-03 | Tidy some code. Print pc rel addresses as signed. | Alan Modra | 1 | -60/+23 | |
2000-03-27 | ATMEL AVR microcontroller support. | Alan Modra | 1 | -0/+577 | |