minor housekeeping

This commit is contained in:
Torsten Ruger
2015-10-14 13:48:42 +03:00
parent 5b95319191
commit e33a20dd41
4 changed files with 9 additions and 5 deletions

View File

@ -13,7 +13,7 @@ module Register
class RegisterTransfer < Instruction
# initialize with from and to registers.
# First argument from
# second arguemnt to
# second argument to
#
# Note: this may be reversed from some assembler notations (also arm)
def initialize source , from , to