Skip to content

PDP11: EXAMINE of register arrays may display incorrect data #499

@shattered

Description

@shattered

Transcript (start the simulator with no configuration file):

sim> ex rx sbuf[0/4]
SBUF[0]:        000
SBUF[1]-SBUF[3]: same as above
sim> dep rx sbuf[2] 1
sim> ex rx sbuf[0/4]
SBUF[0]:        000
SBUF[1]:        001
SBUF[2]:        001
SBUF[3]:        000
sim> ex sbuf[1]
SBUF[1]:        000
sim> ex sbuf[2]
SBUF[2]:        001

Seems to be an off-by-one somewhere, but I don't quite understand the code to find it.

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