fresh.mic 611 B

12345678910111213141516171819202122232425262728
  1. ;; Independant compilation of a PSL program
  2. ;
  3. ; MIC FRESH modulename
  4. ;
  5. ; Initialize for new sequence of builds
  6. ;
  7. @delete 'a.SYM
  8. @copy pc:bare-psl.sym 'A.sym
  9. @define DSK:, DSK:, PT:, P20:, PI:
  10. ;avoid obnoixous ^Q halts...
  11. @terminal length 0
  12. @reset dec20-cross
  13. @s:DEC20-cross.exe
  14. off break; %kill obnoxious break loops
  15. off USERMODE ;
  16. InputSymFile!* := "'A.sym"$
  17. OutputSymFile!* := "'A.sym"$
  18. GlobalDataFileName!* := "20-test-global-data.red"$
  19. ON PCMAC, PGWD$ % see macro expansion
  20. !*MAIN := ''NIL;
  21. ModName!*:='''A;
  22. ASMOUT "FRESH"$
  23. ASMEnd$
  24. quit$
  25. @terminal length 24
  26. @delete Fresh.mac
  27. @delete DFresh.mac