Winasm.sh 210 B

12345678910
  1. #! /bin/bash -v
  2. # This makes Winasm.img, which contains a version of the
  3. # PSL compiler set up to generate textual assembly code.
  4. make psl OPT="-O0 -g"
  5. script -c "./vsl Winasm.lsp -o Winasm.img" Winasm.log