diff options
Diffstat (limited to 'src/native/tinype-corkami/make.bat')
-rwxr-xr-x | src/native/tinype-corkami/make.bat | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/native/tinype-corkami/make.bat b/src/native/tinype-corkami/make.bat new file mode 100755 index 0000000..7a231ec --- /dev/null +++ b/src/native/tinype-corkami/make.bat @@ -0,0 +1,13 @@ +REM +REM Using yasm 1.2.0 win64 or win32 +REM http://yasm.tortall.net/ +REM +REM TinyPE XP-W8 Compatible - x86 32bit and 64bit - 268 bytes +REM https://code.google.com/p/corkami/wiki/PE +REM https://code.google.com/p/corkami/source/browse/trunk/src/PE/tiny.asm +REM +REM See also: +REM http://www.phreedom.org/research/tinype/ +REM +c:\yasm\yasm.exe -f bin -o tiny-simple.exe tiny-simple.asm +REM c:\yasm\yasm.exe -f bin -o tiny.exe tiny.asm |