merge instructions

This commit is contained in:
2024-05-13 10:26:13 +02:00
parent f2204df7d7
commit 0c6cf984c9
3 changed files with 43 additions and 1 deletions

View File

@@ -1,7 +1,16 @@
(10,5,1,2,4)
ADD(i0 ,1 ,r0)
SUB(i1,3,r1)
ADD(6, 4, r0)
ADD(8, r0, r0)
ADD(r0, 0, o3)
MULT(2, 3, r0)
MULT(2, r0, r0)
ADD(r0, 0, o4)
JUMP(2)
DIV(10,2,r1) // unreachable