From 2d592169e4f77d03a9529223444b870d297fcebc Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 3 Feb 2025 21:20:48 +0100 Subject: [PATCH] Simplified register usage visualization --- src/core/PrintInstructions.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/PrintInstructions.go b/src/core/PrintInstructions.go index fe47d3a..6020cf7 100644 --- a/src/core/PrintInstructions.go +++ b/src/core/PrintInstructions.go @@ -37,9 +37,9 @@ func (f *Function) PrintInstructions() { for _, reg := range f.CPU.All { if used&(1<