From e532be7970c4189a207f0511c6701eb5244d01b9 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 20 Mar 2023 20:00:13 +0100 Subject: [PATCH] Add a basic test program --- test_program.8bit => test_program.asm8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test_program.8bit => test_program.asm8 (86%) diff --git a/test_program.8bit b/test_program.asm8 similarity index 86% rename from test_program.8bit rename to test_program.asm8 index 5ee2874..84fbfc6 100644 --- a/test_program.8bit +++ b/test_program.asm8 @@ -1,3 +1,3 @@ MOV 10, reg1 MOV 5, reg2 -ADD +ADD \ No newline at end of file