diff --git a/user-side-compiler/populate-asm-functions.lisp b/user-side-compiler/populate-asm-functions.lisp index 6ad339a..83d9dae 100644 --- a/user-side-compiler/populate-asm-functions.lisp +++ b/user-side-compiler/populate-asm-functions.lisp @@ -68,8 +68,8 @@ (parse-asm-declaration main-text) (list name address declaration))))) -(defparameter *program-listing-filepath* #P"../../wip-hugo/program.lst") -(defparameter *program-build-filepath* #P"../../wip-hugo/build.sh") +(defparameter *program-listing-filepath* #P"../host/build/program.lst") +(defparameter *program-build-filepath* #P"../host/build.sh") (defun check-for-asm-build-script () (do ((path *program-build-filepath*))