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

Zeros appear in error message in Programmer mode when using binary #2232

Open
allamassal opened this issue Sep 16, 2024 · 0 comments
Open

Zeros appear in error message in Programmer mode when using binary #2232

allamassal opened this issue Sep 16, 2024 · 0 comments

Comments

@allamassal
Copy link

Describe the bug

When attempting to divide by zero in Programmer mode when set to binary, the error message appears as "00Cannot divide by zero". Trying 0 divided by 0 will give "000Result is undefined". In binary mode, leading zeros are added on the beginning according to the number of other characters in the display to make the number of characters divisible by 4. However, it also does this when there is an error on the display.

Steps To Reproduce

  1. Go into Programmer mode
  2. Switch to binary (BIN)
  3. Type any number divided by 0
  4. See error message with 0s at the beginning

Expected behavior

The error message would appear without any 0s at the beginning.

Screenshots

00Cannot divide by zero

Device and Application Information

  • OS Build: Windows 10 Home build 19045.4894
  • Architecture: 64-bit
  • Application Version: 11.2405.2.0
  • Region: en-US
  • Dev Version Installed: None

Additional context

Requested Assignment

I'm just reporting this problem. I don't want to fix it.

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

No branches or pull requests

1 participant