Skip to content

Incorrect conversion of BLT instruction #15

Open
@Aravind-pk

Description

@Aravind-pk

While converting the following sample assembly code

addi x2, x0, 1

loop:
   sub x1, x1, x2
   sw  x1, 4(x0) 
   blt x0, x1, loop

I got

0x00100113
0x402080b3
0x00102223
0x7c104ae3

the expected result was

00100113
402080b3
00102223
fe104ce3

(notice the conversion in the 4th line)

Aravind

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