Implemented register push and pop
This commit is contained in:
parent
3aedcef9eb
commit
e9c46bc3cd
6 changed files with 128 additions and 6 deletions
|
@ -14,5 +14,5 @@ type RegisterNumber struct {
|
|||
|
||||
// String returns a human readable version.
|
||||
func (data *RegisterNumber) String() string {
|
||||
return fmt.Sprintf("%s, %x", data.Register, data.Number)
|
||||
return fmt.Sprintf("%s, %Xₕ", data.Register, data.Number)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue