more renaming of frame

This commit is contained in:
Torsten Ruger
2016-12-21 18:51:22 +02:00
parent 0040baae28
commit 93ba5543b3
13 changed files with 35 additions and 35 deletions

View File

@ -2,7 +2,7 @@ require_relative "attributed"
module Arm
# A Machines main responsibility in the framework is to instantiate Instructions
# A Machines main responsibility in the named_listwork is to instantiate Instructions
# Value functions are mapped to machines by concatenating the values class name + the methd name
# Example: IntegerValue.plus( value ) -> Machine.signed_plus (value )