start new elf testing category (and minors)

This commit is contained in:
Torsten Ruger
2015-10-13 17:30:39 +03:00
parent f506f95cbf
commit 5122137a33
7 changed files with 8 additions and 3 deletions

View File

@ -16,7 +16,7 @@ module Register
# If you had a c array and index offset
# the instruction would do register = array[index]
# The arguments are in the order that makes sense for the Instruciton name
# The arguments are in the order that makes sense for the Instruction name
# So GetSlot means the slot (array and index) moves to the register (last argument)
def initialize source , array , index , register
super(source)