Re: [Qemu-devel] [PATCH v31 0/8] QEMU AVR 8 bit cores

2019-10-10 Thread Michael Rolnik
Hi Aleksandar. This is the document I used http://ww1.microchip.com/downloads/en/devicedoc/atmel-0856-avr-instruction-set-manual.pdf Thanks. Michael Rolnik On Thu, Oct 10, 2019 at 2:38 PM Aleksandar Markovic wrote: > > > > On Wednesday, October 9, 2019, Michael Rolnik wrote: >> >> Hello Aleks

Re: [Qemu-devel] [PATCH v31 0/8] QEMU AVR 8 bit cores

2019-10-10 Thread Aleksandar Markovic
On Wednesday, October 9, 2019, Michael Rolnik wrote: > Hello Aleksandar. > > > https://ww1.microchip.com/downloads/en/devicedoc/atmel-2549-8-bit-avr- > microcontroller-atmega640-1280-1281-2560-2561_datasheet.pdf > > >> Thanks, Michael! Could you please provide also a link to AVR instruction set

[Qemu-devel] [PATCH v31 0/8] QEMU AVR 8 bit cores

2019-09-15 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