wokwi / rp2040js

A Raspberry Pi Pico Emulator in JavaScript
MIT License
389 stars 40 forks source link

fix(rp2040): Moved subs and adds code to a dedicated function #60

Closed Turro75 closed 3 years ago

Turro75 commented 3 years ago

ADCS, ADDS T1/T2, ADDSreg, CMN all use additionUpdateFlags

CMP, CMPreg T1/T2, NEGS/RSBS, SBCS, SUBS T1/T2, SUBSreg all use substractUpdateFlags

urish commented 3 years ago

Great, thanks a lot valerio!

Just published it as rp2040js 0.6.3