8608/emulator/generate-and-compile.bat
2024-08-11 02:39:37 -06:00

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