aboutsummaryrefslogtreecommitdiff
path: root/eval.go
diff options
context:
space:
mode:
Diffstat (limited to 'eval.go')
-rw-r--r--eval.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.go b/eval.go
index 3f5ca2a..7f7b537 100644
--- a/eval.go
+++ b/eval.go
@@ -57,7 +57,7 @@ func (vm *J1) Eval() {
break
}
vm.eval(ins)
- fmt.Printf("%v\t%v\n", ins, vm)
+ fmt.Printf("%-30s%s\n", ins, vm)
}
}