TDT4255/src/test
lasse.a.eggen 092ef72680
Fix order of multipleInstructions when NOP padding
Make sure that expanded multipleInstructions are in correct order.

Example for LI that's expanded to LUI->ADDI.
Old behavior:
nop, nop, nop, nop, ADDI
nop, nop, nop, nop, LUI

New behaviour:
nop, nop, nop, nop, LUI
nop, nop, nop, nop, ADDI
2021-10-14 13:01:51 +02:00
..
resources/tests Stuff I forgot to commit. 2020-06-29 16:17:24 +02:00
scala Fix order of multipleInstructions when NOP padding 2021-10-14 13:01:51 +02:00