From 7c65e3ed3d9c8ef722aae52816d85e3486ca8de2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 14 Apr 2021 00:37:38 +0100 Subject: Update main diagram --- data/accumulator.rtl | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'data/accumulator.rtl') diff --git a/data/accumulator.rtl b/data/accumulator.rtl index bf0af2f..388965c 100644 --- a/data/accumulator.rtl +++ b/data/accumulator.rtl @@ -1,18 +1,6 @@ main() { -6: x9 = 1 -5: int32[stack(0)] = x9 -4: x8 = 2 -3: int32[stack(4)] = x8 -2: x7 = 3 -1: int32[stack(8)] = x7 -0: x3 = 0 -9: nop -8: x1 = 0 -7: x6 = stack(0) (int) -6: x5 = int32[x6 + x1 * 4 + 0] -5: x3 = x3 + x5 + 0 (int) -4: x1 = x1 + 1 (int) -3: if (x1