rename also get_slot, to slot_to_reg
makes source and target clear
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
module Register
|
||||
|
||||
# RegToSlot moves data into memory from a register.
|
||||
# GetSlot moves data into a register from memory.
|
||||
# SlotToReg moves data into a register from memory.
|
||||
# Both use a base memory (a register)
|
||||
|
||||
# This is because that is what cpu's can do. In programming terms this would be accessing
|
||||
|
Reference in New Issue
Block a user