Re: [PATCH v33 00/13] QEMU AVR 8 bit cores

2019-10-22 Thread Michael Rolnik
this revision has a bug, flag C is not calculated correctly. On Tue, Oct 22, 2019 at 1:37 AM Michael Rolnik wrote: > > This series of patches adds 8bit AVR cores to QEMU. > All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully tested > yet. > However I was able to execute simple

[PATCH v33 00/13] QEMU AVR 8 bit cores

2019-10-21 Thread Michael Rolnik
This series of patches adds 8bit AVR cores to QEMU. All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully tested yet. However I was able to execute simple code with functions. e.g fibonacci calculation. This series of patches include a non real, sample board. No fuses support yet