assembler für windows angepasst
Zählschleife zum wieder reinkommen aufgenommen
This commit is contained in:
Binary file not shown.
@@ -17,7 +17,7 @@ if not "%~1"=="" (
|
|||||||
)
|
)
|
||||||
pushd "%~dp0"
|
pushd "%~dp0"
|
||||||
if "%~1"=="" (
|
if "%~1"=="" (
|
||||||
start javaw -classpath "%CLASSPATH%;bin/classes;bin/lib/Hack.jar;bin/lib/HackGUI.jar;bin/lib/Compilers.jar;bin/lib/AssemblerGUI.jar;bin/lib/TranslatorsGUI.jar" ^
|
start c:\Users\A298862\pa\bin\javaw.exe -classpath "%CLASSPATH%;bin/classes;bin/lib/Hack.jar;bin/lib/HackGUI.jar;bin/lib/Compilers.jar;bin/lib/AssemblerGUI.jar;bin/lib/TranslatorsGUI.jar" ^
|
||||||
HackAssemblerMain
|
HackAssemblerMain
|
||||||
) else (
|
) else (
|
||||||
echo Assembling "%_arg1%"
|
echo Assembling "%_arg1%"
|
||||||
|
|||||||
Reference in New Issue
Block a user