File psl-1983/3-1/tests/20/fresh.mic artifact abb22e0bce part of check-in d9e362f11e


;; Independant compilation of a  PSL  program 
;
; DO FRESH modulename
;
; Initialize for new sequence of builds
;
@delete 'a.SYM
@copy pc:bare-psl.sym 'A.sym
@define DSK:, DSK:, PT:, P20:, PI:
;avoid obnoixous ^Q halts...
@terminal length 0
@get s:test-DEC20-cross.exe
@st
off break;  %kill obnoxious break loops
off USERMODE ;
InputSymFile!* := "'A.sym"$
OutputSymFile!* := "'A.sym"$
GlobalDataFileName!* := "20-test-global-data.red"$
ON PCMAC, PGWD$     % see macro expansion
  !*MAIN := ''NIL;
  ModName!*:='''A;
ASMOUT "FRESH"$
ASMEnd$
quit$
@reset .
@terminal length 24
@delete Fresh.mac
@delete DFresh.mac


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]