From ce2b644f251d5b22dc2228a0ffc8479408c49c38 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Wed, 26 Jul 2023 17:44:50 +0200 Subject: Add testing --- test/xor.asm | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 test/xor.asm (limited to 'test/xor.asm') diff --git a/test/xor.asm b/test/xor.asm deleted file mode 100644 index 7e24812..0000000 --- a/test/xor.asm +++ /dev/null @@ -1,26 +0,0 @@ -stdout X1 Y1 - -tpu X1 Y0 - mov 0, DOWN - mov 1, DOWN - mov 0, DOWN - mov 1, DOWN - MOV UP, NIL -end - -tpu X0 Y1 - mov 0, RIGHT - mov 0, RIGHT - mov 1, RIGHT - mov 1, RIGHT - MOV UP, NIL -end - -tpu X1 Y1 - MOV UP, ACC - sub LEFT - jnz H - mov 0, DOWN - jro 2 -H: mov 1, DOWN -end -- cgit v1.2.3-71-gd317