From 6bc3ca8398363e1c3e9fc24551224cfd4aa20130 Mon Sep 17 00:00:00 2001 From: Tobias Girstmair Date: Tue, 13 Nov 2018 01:26:51 +0100 Subject: [PATCH 1/1] new version --- foo.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/foo.c b/foo.c index 71154c9..7c030a4 100644 --- a/foo.c +++ b/foo.c @@ -94,7 +94,11 @@ int main(void) { ADD (acc, t) //voice 4: - x = s / 5; + MOV (x, s) + INC (x) + #define tmp o + x = (x*0x33)>>8; + #undef tmp t = 8 + n - (((i3&0x01)<<14 | i2<<6 | i1>>2) % 3); LDI (o, 9) RCALL g(); -- 2.39.3