mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-10 08:24:08 +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"
|