← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 1184249] [NEW] Data should be shown in hex as well

 

Public bug reported:

All the addresses (memory and ports) are shown in both decimal and hex. (Thank god!!)
It would be great if the data were shown in hex as well..
It would be even better if there was an option that made hexadecimal the default system, not the decimal, as it is now, and remove the need to type 0FFh when a simple FF should suffice.

Also i don't understand why the compiler would have trouble differentiating a hex number from a label.
When an instruction demands two numbers, there will be two NUMBERS, not labels. A label will always come before an instruction, and when the previous instruction is complete!!

** Affects: gnusim8085
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.
https://bugs.launchpad.net/bugs/1184249

Title:
  Data should be shown in hex as well

Status in gnusim8085:
  New

Bug description:
  All the addresses (memory and ports) are shown in both decimal and hex. (Thank god!!)
  It would be great if the data were shown in hex as well..
  It would be even better if there was an option that made hexadecimal the default system, not the decimal, as it is now, and remove the need to type 0FFh when a simple FF should suffice.

  Also i don't understand why the compiler would have trouble differentiating a hex number from a label.
  When an instruction demands two numbers, there will be two NUMBERS, not labels. A label will always come before an instruction, and when the previous instruction is complete!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnusim8085/+bug/1184249/+subscriptions


Follow ups

References