From fb03c4c05984523c12b8fa09bcb2ad27e26c3fb5 Mon Sep 17 00:00:00 2001 From: Minyong Li <ml10g20@soton.ac.uk> Date: Mon, 6 Sep 2021 12:15:38 +0100 Subject: [PATCH] firmware/test: fix wrong hex cw The binary representation is correct. --- firmware/test/test.prog.hex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/test/test.prog.hex b/firmware/test/test.prog.hex index 7da0154..0756d5b 100644 --- a/firmware/test/test.prog.hex +++ b/firmware/test/test.prog.hex @@ -46,6 +46,6 @@ 08144 // 0_0000_0_0000_0_1_0_1_0_0_0_100 // %0 <- %0 + %1 08000 // 0_0001_0_0000_0_0_0_0_0_0_0_000 // %1 <- #1 080e0 // 0_0001_0_0000_0_0_1_1_1_0_0_000 // %1 <- #1 // Delayed load -04505 // 0_0000_0_0000_0_1_0_1_1_0_0_101 // %1 <- %0 ^ %1 +00165 // 0_0000_0_0000_0_1_0_1_1_0_0_101 // %1 <- %0 ^ %1 04507 // 0_0000_1_0001_0_1_0_0_0_0_0_111 // #1 <- %1 80000 // 1_0000_0_0000_0_0_0_0_0_0_0_000 // Halt -- GitLab