FFFF
Skip to content

alpha: Incorrect register usage in details #3027

Description

@rth7680
$ ./cstool -d alpha 0xb0,0xb0,0x42,0x20
 0  b0 b0 42 20  lda	$2,0xb0b0($2)
	ID: 89 (lda)
	op_count: 3
		operands[0].type: REG = $2
		operands[0].access: WRITE
		operands[1].type: IMM = 0xb0b0
		operands[1].access: READ
		operands[2].type: REG = $2
		operands[2].access: READ
	Registers read: $2
	Registers modified: $28 $2

Register $28 is not modified by this instruction, but is listed as such.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AlphaArchbugSomething is not working as it should

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    0