Added number of used functions to the statistics

This commit is contained in:
Eduard Urbach 2025-02-10 17:17:59 +01:00
parent e2f607805c
commit f1f09eaa2c
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 22 additions and 5 deletions

View file

@ -46,9 +46,9 @@ func (f *Function) PrintInstructions() {
for _, reg := range f.CPU.All {
if used&(1<<reg) != 0 {
registers.WriteString(" ")
registers.WriteString(" ")
} else {
registers.WriteString(" ")
registers.WriteString("· ")
}
}