From 6a647f4c573c0d44e250fc99a69683a55b1afae6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 30 Aug 2021 07:45:27 +0000 Subject: implemented simplistic register spilling first working binary produced with cc/fasm and run on emul --- miniany/test1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'miniany/test1.c') diff --git a/miniany/test1.c b/miniany/test1.c index 94684fa..db266c0 100644 --- a/miniany/test1.c +++ b/miniany/test1.c @@ -4,3 +4,4 @@ int i; int j; i = 12+25/5-2*3; // another comment +j = i/3+3*4; // another assignment -- cgit v1.2.3-54-g00ecf