renamed unicorn gem to unicorn-engine (#895)

* renamed gem unicorn to unicorn-engine

* renamed modules to unicornengine

* renamed Module Unicorn to UnicornEngine and the gem unicorn-engine to unicornengine

* unicornengine -> unicorn_engine
This commit is contained in:
Sascha Schirra
2017-09-19 02:43:21 +02:00
committed by Nguyen Anh Quynh
parent 46ae3a042e
commit 13007eb12a
22 changed files with 50 additions and 48 deletions

View File

@ -2,10 +2,10 @@
# Sample code for ARM of Unicorn. Nguyen Anh Quynh <aquynh@gmail.com>
# Ruby sample ported by Sascha Schirra <sashs82@gmail.com>
require 'unicorn'
require 'unicorn/m68k_const'
require 'unicorn_engine'
require 'unicorn_engine/m68k_const'
include Unicorn
include UnicornEngine
# code to be emulated
M68K_CODE = "\x76\xed" # movq #-19, %d3