On 11/24/19 6:02 AM, Michael Rolnik wrote:
This includes: - RJMP, IJMP, EIJMP, JMP - RCALL, ICALL, EICALL, CALL - RET, RETI - CPSE, CP, CPC, CPI - SBRC, SBRS, SBIC, SBIS - BRBC, BRBSSigned-off-by: Michael Rolnik <mrol...@gmail.com> --- target/avr/translate.c | 549 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 546 insertions(+), 3 deletions(-)
Tested-by: Philippe Mathieu-Daudé <phi...@redhat.com>