Integration #3

Merged
duuqnd merged 25 commits from integration into main 2025-07-27 16:35:23 +02:00
Showing only changes of commit 2206b1f864 - Show all commits

View file

@ -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*))