From ba2d5de8b64de9de47c678d28e8ae35932f1b630 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Wed, 30 Oct 2019 22:57:57 +0100 Subject: [PATCH] Fixed the documentation --- .../src/net/mograsim/logic/model/am2900/gcd-mpm-doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/net.mograsim.logic.model.am2900.tests/src/net/mograsim/logic/model/am2900/gcd-mpm-doc.txt b/tests/net.mograsim.logic.model.am2900.tests/src/net/mograsim/logic/model/am2900/gcd-mpm-doc.txt index 3fd0abcd..49e71371 100644 --- a/tests/net.mograsim.logic.model.am2900.tests/src/net/mograsim/logic/model/am2900/gcd-mpm-doc.txt +++ b/tests/net.mograsim.logic.model.am2900.tests/src/net/mograsim/logic/model/am2900/gcd-mpm-doc.txt @@ -2,8 +2,8 @@ Register allocation: R0: a1 (Euclid) R2: a2 (Euclid) -R1: b (Euclid) -Q: c (copy of b) / result +R1: b (Euclid) / result +Q: c (copy of b) Most of the time, a1 holds the actual value of a, and a2 holds some garbage. But in the main subtract-and-half loop, it sometimes is the other way around for speed reasons. -- 2.17.1