mikepaul-LuaJIT/dynasm/dasm_x86.c

12 lines
195 B
C
Raw Normal View History

2015-10-30 11:41:52 +00:00
/*
Encoding engine to use with dasm.lua.
Compile with:
gcc dasm_x86.c -DDASM_CHECKS -shared -s -o dasm_x86.so
*/
#include "dasm_extern.h"
#include "dasm_proto.h"
#include "dasm_x86.h"