rename set_slot
set_slot was clear about the target, but not the source. Better with reg_to_slot (and soon it’s inverse slot_to_reg)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
module Register
|
||||
# Setter is a base class for set instructions (SetSlot and SetByte , possibly more coming)
|
||||
# Setter is a base class for set instructions (RegToSlot and SetByte , possibly more coming)
|
||||
#
|
||||
# The instruction that is modelled is loading data from a register into an array
|
||||
#
|
||||
|
Reference in New Issue
Block a user