VZEditor/VZ157/SRC/AC.BAT
Yoshihiko Hyodo 6f06b9514a first commit
2024-11-18 22:21:26 +09:00

29 lines
549 B
Batchfile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

echo off
rem ------- Assemble a source -------
rem ... called by cmos.def [f¥10],[SHIFT]+[f¥10]
rem
rem %ASM% :assembler name cap (opt,t,m) ex. set asm=opt
rem %MASM% :assemble option (/ml) ex. set masm=/ml
echo ===== %ASM%asm %1 =====
if not "%2"=="" goto asm2
if not "%HARD%"=="" goto asm1d
%ASM%asm %MASM% %1;
goto end
:asm1d
%ASM%asm %MASM% /d%HARD% %1;
goto end
:asm2
if not "%HARD%"=="" goto asm2d
%ASM%asm %MASM% /%2 %1;
goto end
:asm2d
%ASM%asm %MASM% /d%HARD% /%2 %1;
goto end
:end
if errorlevel 1 echo