rename some register types
This commit is contained in:
@@ -12,8 +12,8 @@ type Op interface {
|
||||
|
||||
type Mem struct {
|
||||
Disp int
|
||||
Base reg.Register
|
||||
Index reg.Register
|
||||
Base reg.Physical
|
||||
Index reg.Physical
|
||||
Scale uint8
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user