From 7dfa8123a9df4e257d808aafbe6a625b22e1e8b4 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 14 Sep 2020 09:23:40 +0200 Subject: [PATCH] simplified gcd.txt by reordering stack stuff --- code/gcd.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/gcd.txt b/code/gcd.txt index 7e0fbdb..04f9cca 100644 --- a/code/gcd.txt +++ b/code/gcd.txt @@ -35,12 +35,10 @@ ret =b =a $a +$a $b >gcd fun -=gcd -$a -$gcd div $b mul