cvut / qtrvsim

RISC-V CPU simulator for education purposes
GNU General Public License v3.0
493 stars 65 forks source link

Suspicious error when AT&T syntax is used #51

Closed jdupak closed 7 months ago

jdupak commented 1 year ago
addi x1, x0, $5
addi x2, x1, $10

image_2022-11-20_00-08-06

Reported by @MatejKafka

jdupak commented 1 year ago

The syntax should not work, but the error seems fishy.

ppisa commented 1 year ago

Pull request with tested better solution is welcomed. Everybody can pour hands into it. Else, hopefully, it will be solved when you oe me find some time or will solve something else... By the way, caption hints like in RARS would be nice too, but I would make them with disable option. For skilled person can be distracting. So we are not short of ideas or work...