update and improve emulator
This commit is contained in:
7
emulator/generate-and-compile.bat
Normal file
7
emulator/generate-and-compile.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user