mipsy icon indicating copy to clipboard operation
mipsy copied to clipboard

missing instructions EXT and INS

Open Dylan-Brotherston opened this issue 3 years ago • 1 comments

FAILED: EXT
  --> /dev/stdin:12:5
   |
12 |     EXT $t1, $t2, 2, 2
   |     ^^^^^^^^^^^^^^^^^^ unknown instruction `EXT`

FAILED: INS
  --> /dev/stdin:12:5
   |
12 |     INS $t1, $t2, 2, 2
   |     ^^^^^^^^^^^^^^^^^^ unknown instruction `INS`

Dylan-Brotherston avatar Oct 06 '21 08:10 Dylan-Brotherston

Backburnered because size is mneant to be encoded in Rd which will make just about all of mipsy rather angry due to the fact it's not actually meant to be a register

insou22 avatar Nov 09 '21 05:11 insou22