Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix assembler.py #2555

Merged
merged 1 commit into from
Mar 8, 2025
Merged

Conversation

parsajavanshir
Copy link
Contributor

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

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
@geekcomputers geekcomputers merged commit 6917fd8 into geekcomputers:master Mar 8, 2025
@pierzoe
Copy link

pierzoe commented Mar 10, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants