diff --git a/N2T Projekt 6 händisch.docx b/N2T Projekt 6 händisch.docx index b23898e..b0eb167 100644 Binary files a/N2T Projekt 6 händisch.docx and b/N2T Projekt 6 händisch.docx differ diff --git a/tools/Assembler.bat b/tools/Assembler.bat index 93260ec..1158fa3 100644 --- a/tools/Assembler.bat +++ b/tools/Assembler.bat @@ -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%"