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:
42
MPM OPERATING SYSTEMS/MPM I/MPM I SOURCE/03/patch.asm
Normal file
42
MPM OPERATING SYSTEMS/MPM I/MPM I SOURCE/03/patch.asm
Normal file
@@ -0,0 +1,42 @@
|
||||
$title ('MP/M 1.1 Patch Area')
|
||||
name patch
|
||||
|
||||
|
||||
;/*
|
||||
; Copyright (C) 1979, 1980
|
||||
; Digital Research
|
||||
; P.O. Box 579
|
||||
; Pacific Grove, CA 93950
|
||||
;
|
||||
; Revised:
|
||||
; 18 Jan 80 by Thomas Rolander
|
||||
;*/
|
||||
|
||||
cseg
|
||||
|
||||
patch:
|
||||
|
||||
;0000h-000fh
|
||||
dw 0,0,0,0
|
||||
dw 0,0,0,0
|
||||
;0010h-001fh
|
||||
dw 0,0,0,0
|
||||
dw 0,0,0,0
|
||||
;0020h-002fh
|
||||
dw 0,0,0,0
|
||||
dw 0,0,0,0
|
||||
;0030h-003fh
|
||||
dw 0,0,0,0
|
||||
dw 0,0,0,0
|
||||
;0040h-004fh
|
||||
dw 0,0,0,0
|
||||
dw 0,0,0,0
|
||||
;0050h-005fh
|
||||
dw 0,0,0,0
|
||||
dw 0,0,0,0
|
||||
;0060h-006fh
|
||||
dw 0,0,0,0
|
||||
dw 0,0,0,0
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user