change in register_names protocol
move to returning the attribute names getting and setting can then be automated in the base class
This commit is contained in:
@ -11,7 +11,7 @@ module Risc
|
||||
attr_reader :method
|
||||
|
||||
# return an array of names of registers that is used by the instruction
|
||||
def register_names
|
||||
def register_attributes
|
||||
[]
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user