mipsy icon indicating copy to clipboard operation
mipsy copied to clipboard

missing instructions LWL, LWR, SWL, SWR

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

TESTING: LWL
FAILED: LWL
  --> /dev/stdin:12:5
   |
12 |     LWL $t1, label
   |     ^^^^^^^^^^^^^^ unknown instruction `LWL`

TESTING: LWR
FAILED: LWR
  --> /dev/stdin:12:5
   |
12 |     LWR $t1, label
   |     ^^^^^^^^^^^^^^ unknown instruction `LWR`

TESTING: SWL
FAILED: SWL
  --> /dev/stdin:15:5
   |
15 |     SWL $t1, data
   |     ^^^^^^^^^^^^^ unknown instruction `SWL`

TESTING: SWR
FAILED: SWR
  --> /dev/stdin:15:5
   |
15 |     SWR $t1, data
   |     ^^^^^^^^^^^^^ unknown instruction `SWR`

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

backburner to implement this properly -- state registers [Safe<i32>; 32] --> [[Safe<u8>; 4]; 32], and then deal with this

insou22 avatar Nov 09 '21 04:11 insou22