From c28a01125b765b39743973ab948c7d096f02723b Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 20 Mar 2023 18:39:16 +0100 Subject: [PATCH] Add a basic test program --- test_program.8bit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_program.8bit b/test_program.8bit index 7b3be85..5ee2874 100644 --- a/test_program.8bit +++ b/test_program.8bit @@ -1,3 +1,3 @@ -mov 10, reg1 -mov 5, reg2 -add +MOV 10, reg1 +MOV 5, reg2 +ADD