IGA - Intel Graphics Assembler

[Build On Windows]
Prerequisite:
    Visaul Studio version >= 2012
    CMake version >= 2.8

Build:
    In Developer Command Prompt for VS, run
    %build_all.bat

[Build On Linux]
Prerequisite:
    CMake version >= 2.8
    GCC >= 4.9

Build:
    Run
    %sh build_all.sh

[Usage]
The standalone IGA tool and libraries can be found in ./builds/

To assemble:
    % iga64.exe -p={8/9/10/11} {input}.asm

To dis-assemble:
    % iga64.exe -p={8/9/10/11} {input}.bin

To display options:
   % iga64.exe -h
