Macasm.sh 374 B

1234567891011121314
  1. #! /bin/bash -v
  2. # This makes Macasm.img, which contains a version of the
  3. # PSL compiler set up to generate textual assembly code.
  4. # At present this FAILS because it tried to do a binary write operation.
  5. # I will investigate at s0ome later stage... the AMD version is more usable
  6. # at present.
  7. make psl OPT="-O0 -g"
  8. script -c "./vsl Macasm.lsp -o Macasm.img" Macasm.log