Skip to content
Snippets Groups Projects
Commit e782bd00 authored by ram's avatar ram
Browse files

Changed to new logical names.

parent 503941cc
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
(export '(asm asm-files) (find-package 'compiler)) (export '(asm asm-files) (find-package 'compiler))
(defun asm (f) (defun asm (f)
(assemble-file (concatenate 'simple-string "nmiscops:" f ".romp"))) (assemble-file (concatenate 'simple-string "miscops:" f ".romp")))
(defun asm-files () (defun asm-files ()
(asm "abs") (asm "abs")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment