From a20d7a6e0f28ecc40e4661d06e5ecf6eba80d3dd Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Fri, 17 Jun 2022 21:06:34 +0200 Subject: [PATCH] Fix rot opcode --- src/hence/firmware/firmwares/default.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/hence/firmware/firmwares/default.yml b/src/hence/firmware/firmwares/default.yml index ef9e926..2f67f1e 100644 --- a/src/hence/firmware/firmwares/default.yml +++ b/src/hence/firmware/firmwares/default.yml @@ -159,12 +159,13 @@ sections: input: [x1, x2, x3] output: [x2, x3, x1] microcode: | - drop - tmpl 0xa - drop - tmpl 0xb drop tmpl 0xc + drop + tmpl 0xb + drop + tmpl 0xa + tmpsr 0xb push tmpsr 0xc