Files
Digital-Research-Source-Code/MPM OPERATING SYSTEMS/MPM-86/MPM-86 2.0 SOURCES/04/MKALL.SUB
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

36 lines
640 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;
; GENERATE XIOS.MPM
;
a86 xios
gencmd xios 8080
era xios.mpm
ren xios.mpm=xios.cmd
vax xios.lst $$atn
xref86 xios
vax xios.xrf $$atn
;
; GENERATE LDMPM.H86
a86 ldmpm
xref86 ldmpm
vax ldmpm.lst $$atn
vax ldmpm.xrf $$atn
;
; GENERATE LDBDOS.H86
a86 ldbdos
xref86 ldbdos
vax ldbdos.lst $$atn
vax ldbdos.xrf $$atn
;
; GENERATE LDBIOS.H86
;
a86 ldbios
xref86 ldbios
vax ldbios.lst $$atn
vax ldbios.xrf $$atn
;
; GENERATE MPMLDR.CMD
;
pip mpmldr.h86=ldmpm.h86,ldbdos.h86,ldbios.h86
gencmd mpmldr 8080 code[a0400]
;