Compare commits

...

2 Commits

Author SHA1 Message Date
Riwoldt
6fb4dab718 Erklärung hinzugefügt 2025-12-09 07:57:18 +01:00
Riwoldt
d6addad181 assembler für windows angepasst
Zählschleife zum wieder reinkommen aufgenommen
2025-12-09 07:55:19 +01:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -17,7 +17,7 @@ if not "%~1"=="" (
)
pushd "%~dp0"
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
) else (
echo Assembling "%_arg1%"