From 97072149db275a4a271ff5da8bc53f5f5d0169dc Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 21 Mar 2023 15:50:08 +0100 Subject: [PATCH] Change the test program to match CPU --- test_program.asm8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_program.asm8 b/test_program.asm8 index 84fbfc6..3cf2f03 100644 --- a/test_program.asm8 +++ b/test_program.asm8 @@ -1,3 +1,3 @@ -MOV 10, reg1 -MOV 5, reg2 +MOV 5, reg1 +MOV 10, reg2 ADD \ No newline at end of file