same renames for bytes (set/get_byte)

This commit is contained in:
Torsten Ruger
2016-12-25 18:11:58 +02:00
parent f648bf7bd5
commit a5946cb644
11 changed files with 30 additions and 30 deletions

View File

@ -1,6 +1,6 @@
module Register
# Getter is a base class for get instructions (SlotToReg and GetByte , possibly more coming)
# Getter is a base class for get instructions (SlotToReg and ByteToReg , possibly more coming)
#
# The instruction that is modelled is loading data from an array into a register
#