debjitbis08 / sim8085

Online 8085 simulator
https://www.sim8085.com
BSD 3-Clause "New" or "Revised" License
108 stars 39 forks source link

Requested Feature: Dec to Hex converter #46

Open Bhuwan-web opened 2 years ago

Bhuwan-web commented 2 years ago

Problem Statement

When we give any address to store the value at some memory location say STA 2300 then the data will be stored in memory location Hex equivalent of 2300, i.e 08FC, which is good, but to search for every result as a user, I would need to look after each hex equivalent of assigned decimal location,and have to manually calculate the equivalent or use any third app to search equivalent number and then search in memory table

Solution I Suggest

I suggest we can add one small input field to convert Decimal value given by user to convert it into hex in app itself so that no individual have to look after some additional app for that conversion. It would help user in finding up the location of memory where their data are stored and see the desired output

sibansal commented 2 years ago

It will be more efficient if user given a choice to toggle between hexadecimal/decimal based search for address as illustrated. image

Bhuwan-web commented 2 years ago

Yes that will be a nice alternative but

sibansal commented 2 years ago

Hmm... What if a tooltip can be added when someone hover over any value used in the program. The tooltip will show number in both hexadecimal/decimal format? That will be a minimal solution considering UI. Otherwise a converter can definitely be added as you have suggested.

If you like, I can also add, as I am looking for open source contributions :-)

Bhuwan-web commented 2 years ago

Sure you can go ahead and add, but be clear I am not the admin of this repo and this repo seems to be less maintained these days, so I am not sure either the updates will be pushed

sibansal commented 2 years ago

OK Then, let me have look upon the code, meanwhile we may get connected on any of the preferred back channels mentioned on my homepage: https://sibansal.dev if you are interested to collaborate on other projects too.

sibansal commented 2 years ago

@Bhuwan-web I have asked developer regarding the same, will notify you in case of any further update.