simplified gcd.txt by reordering stack stuff

This commit is contained in:
Bob Polis 2020-09-14 09:23:40 +02:00
parent 91d6d59c1b
commit 7dfa8123a9

View File

@ -35,12 +35,10 @@ ret
=b =b
=a =a
$a $a
$a
$b $b
>gcd >gcd
fun fun
=gcd
$a
$gcd
div div
$b $b
mul mul