Digital Research
This commit is contained in:
2020-11-06 18:50:37 +01:00
parent 621ed8ccaf
commit 31738079c4
8481 changed files with 1888323 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
; movcpm patch for cp/m 2.0 10/4/79
;
; the BDOS system reset function, number 0,
; previously executed a cold start, rather
; than a warm start.
;
; assembly language source change:
; 0844 DW WBOOTF, FUNC1, FUNC2, FUNC3
;
; assembly language patch
bias equ 0a00h ;bias within movcpm
wbootf equ 1603h ;relative wbootf addr
org 0844h+bias
dw wbootf
end