Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 581 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 581 Bytes

jia32

Julia-based IA32 emulator

Hopefully, this will fly.

Compilation: Although Julia does not require compilation, JIA32 uses its own templating system to generate instruction emulation/JIT code. Please execute

make

before first time execution.

Usage:

  julia main.jl

Test: To run all tests, please execute

   make test

Or, you can run a single test by executing

   julia test/???_test.jl

Build Status