This project is for cross checking the functionality of NASM (netwide assembler) development based on a different source. For example, using GCC/GAS or even another stable NASM version to check the cutting edge NASM development.
- Put this project in the root folder of a NASM source code.
- Build the NASM source code so that x86/insns.xda and nasm are available.
- Install nasm package to get the official 2.16.03 (you can use newer version if you know what you are doing).
- Please instal binutils. GNU assembler (gas) and objdump as part of binutils are needed.
make tc_gen
make tc_build
make tc_check