You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Bug fixes in stack management, division by zero, and string handling
- Fixed stack underflow in `pop` command
- Handled division by zero in `div` instruction
- Validated empty files before processing
- Added exception handling for return stack
- Improved string assignment in `mov` instruction
0 commit comments