-
Notifications
You must be signed in to change notification settings - Fork 8
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
Options to show registers in different number systems #18
Comments
Hey, I'm new to JS but can I work on this? Thanks. |
Hey @sathuhebbar , Go ahead! |
Hey, just wanted to know what versions of nodejs and npm are preferred. Issues like |
Also, modifying the values in the registers to invalid values (like very large values) causes no errors (the invalid value seems to stay in the register as is). Is this expected behaviour? I think a few checks are required here. |
Feel free to add these checks. |
For development, we had used For now, as you can see in |
Options to show registers in different number systems
The numbers on the UI are shown as hexadecimal numbers. A useful feature would be to have a dropdown somewhere on the UI to change the number system in which the registers are displayed. Possible alternatives to hexadecimal numbers would be
8086.js/src/components/Register/index.jsx
Line 49 in 017505b
The text was updated successfully, but these errors were encountered: