indis-arm 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/indis-arm/code_parser.rb +1 -0
- data/lib/indis-arm/version.rb +1 -1
- metadata +1 -1
@@ -16,6 +16,7 @@
|
|
16
16
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
17
17
|
##############################################################################
|
18
18
|
|
19
|
+
require 'stringio'
|
19
20
|
require 'indis-arm/cpu_state'
|
20
21
|
require 'indis-arm/instruction'
|
21
22
|
require 'indis-arm/instruction_loader'
|
data/lib/indis-arm/version.rb
CHANGED