8 lines
236 B
Batchfile
8 lines
236 B
Batchfile
rem This is the procedure to generate the C code for the emulator backend
|
|
rem from the instruction definitions in the parent directory,
|
|
rem and compile it.
|
|
|
|
luajit gendefs.lua
|
|
gcc 8608emulator.c -shared -Ofast -o 8608emulator.dll
|
|
pause
|