Improved documentation

This commit is contained in:
Eduard Urbach 2024-07-13 14:18:55 +02:00
parent 1b75529bb3
commit 96078f40d8
Signed by: eduard
GPG key ID: 49226B848C78F6C8
6 changed files with 49 additions and 26 deletions

View file

@ -8,8 +8,8 @@ import (
// RegisterLabel operates with a register and a label.
type RegisterLabel struct {
Register cpu.Register
Label string
Register cpu.Register
}
// String returns a human readable version.