Changelog
All notable changes to this project will be documented in this file.
[0.2.2] - 2025-07-22
🐛 Bug Fixes
- Remove duplicate instruction counting in executeInstruction
- Improve MEMCPY bounds checking and handle overlapping memory regions
- Prevent integer underflow in STORE/LOAD_MEM bounds checking
- Prevent integer underflow in jump instructions for target address...