Browse Source

halt in add_four_ints test

pull/7/head
Murad Karammaev 2 years ago
parent
commit
28672216a1
Signed by: foxpy GPG Key ID: 78BE32418B0C8450
  1. 1
      acceptance-tests/add_four_ints.asm
  2. 3
      acceptance-tests/add_four_ints.pgm

1
acceptance-tests/add_four_ints.asm

@ -13,3 +13,4 @@ MOV R1.l, 0
MOV R1.h, 5
ADD
MOV [0xf], R0
HALT

3
acceptance-tests/add_four_ints.pgm

@ -1,5 +1,5 @@
P2
9 1
10 1
255
67 # MOV R0.l, 3
@ -11,3 +11,4 @@ P2
117 # MOV R1.h, 5
228 # ADD
47 # MOV [0xf], R0
245 # HALT

Loading…
Cancel
Save