Skip to content

dashmips is unable to correctly increment memory addresses. #23

Description

@rexbeck

When dashmips stores a value in a register, it's stored as decimal. This is a problem when storing memory addresses for later.
Say I stored a memory address 0x8000 0046. If I increment this by 4, the address I'm looking to reach is 0x8000 004a. Instead I end up getting 0x8000 0050.
It's possible that there's a setting to change this but I couldn't find it anywhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions