Skip to content

Clicking on Hexadecimal Addresses or Hexadecimal Values loses the alignment between Basic and Source code in the Execute Window in presence of pseudoinstructions #112

@AlessandroChecco

Description

@AlessandroChecco

Steps to Reproduce:

  • Create a file as following (it needs to have some pseudoinstructions to see the bug):
.text
main:
la t1,main
jr t1
  • Click assemble
  • Click Hexadecimal Addresses or Hexadecimal Values under the Memory view
  • Observe the Basic and Source code lose alignment and get repeated/garbled.
  • Clicking assemble again after changing the Hexadecimal Addresses or Hexadecimal Values setting fixes the issues

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions