mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-09 16:04:09 +00:00
12 lines
195 B
C
12 lines
195 B
C
/*
|
|
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"
|