From c52ae116ace032a3eaa53bd297836b675cd8393e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 17 Feb 2020 15:29:43 -0800 Subject: 6015 --- html/apps/ex3.mu.html | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 html/apps/ex3.mu.html (limited to 'html/apps/ex3.mu.html') diff --git a/html/apps/ex3.mu.html b/html/apps/ex3.mu.html new file mode 100644 index 00000000..5b4a00e3 --- /dev/null +++ b/html/apps/ex3.mu.html @@ -0,0 +1,72 @@ + + + + +Mu - apps/ex3.mu + + + + + + + + + + +https://github.com/akkartik/mu/blob/master/apps/ex3.mu +
+ 1 fn main -> result/ebx: int {
+ 2   result <- copy 0
+ 3   var i/eax: int <- copy 1
+ 4   {
+ 5     compare i, 0xa
+ 6     break-if->
+ 7     result <- add i
+ 8     i <- increment
+ 9     loop
+10   }
+11 }
+
+ + + -- cgit 1.4.1-2-gfad0