wokwi / avr8js

Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
https://blog.wokwi.com/avr8js-simulate-arduino-in-javascript/
MIT License
462 stars 73 forks source link

Broken interrupts on ATmega2560 #58

Closed urish closed 3 years ago

urish commented 3 years ago

avrInterrupt() does not account for the extra byte in PC when running in 22-bit PC mode (d705922)