From 4b0b7dc568146ee9bcdc8c8761810d5663c58e43 Mon Sep 17 00:00:00 2001 From: Tobias Girstmair Date: Tue, 13 Nov 2018 00:53:43 +0100 Subject: [PATCH] new version --- foo.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/foo.c b/foo.c index b7a21e8..45b8fc1 100644 --- a/foo.c +++ b/foo.c @@ -55,7 +55,9 @@ int main(void) { LSL (tmp) LSL (tmp) MOV (t, i1) - t >>= 5; + SWAP (t) + ANDI (t, 0xf) + LSR (t) OR (t, tmp) #undef tmp EOR (t, n) -- 2.39.3