Skip to content
Snippets Groups Projects
Verified Commit fb03c4c0 authored by Minyong Li's avatar Minyong Li :speech_balloon:
Browse files

firmware/test: fix wrong hex cw

The binary representation is correct.
parent ac7c2585
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment