mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-27 10:24:19 +00:00
Upload
Digital Research
This commit is contained in:
20
MPM OPERATING SYSTEMS/MPM I/MPM I SOURCE/10/mpmldr.sub
Normal file
20
MPM OPERATING SYSTEMS/MPM I/MPM I SOURCE/10/mpmldr.sub
Normal file
@@ -0,0 +1,20 @@
|
||||
isdd
|
||||
plm80 :f1:mpmldr.plm pagewidth(80) debug
|
||||
asm80 :f1:ldmonx.asm pagewidth(80) debug
|
||||
link :f1:mpmldr.obj,:f1:ldmonx.obj,plm80.lib to :f1:mpmldr.mod
|
||||
locate :f1:mpmldr.mod stacksize(48) code(0100h)
|
||||
objhex :f1:mpmldr to :f1:mpmldr.hex
|
||||
cpm
|
||||
pip lst:=b:mpmldr.lst
|
||||
pip lst:=b:ldmonx.lst
|
||||
objcpm b:mpmldr
|
||||
pip lst:=b:mpmldr.sym[pt8]
|
||||
pip lst:=b:mpmldr.lin[pt8]
|
||||
era b:*.lst
|
||||
era b:*.sym
|
||||
era b:*.lin
|
||||
mac b:ldrbdos $$pp+s
|
||||
mac b:ldrbios $$pp+s
|
||||
pip b:mpmldr.hex=b:mpmldr.hex[I],b:ldrbdos.hex[I],b:ldrbios.hex[H]
|
||||
load b:mpmldr
|
||||
|
||||
Reference in New Issue
Block a user