File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ bin/clock.obj: clock.asm drmacros.equ ibmros.equ request.equ driver.equ
6565
6666bin/console.obj : console.asm drmacros.equ ibmros.equ request.equ driver.equ
6767
68- bin/disk.obj : disk.asm biosgrps.asm drmacros.equ ibmros.equ request.equ bpb.equ udsc.equ driver.equ keys.equ biosmsgs.def
68+ bin/disk.obj : disk.asm drmacros.equ ibmros.equ request.equ bpb.equ udsc.equ driver.equ keys.equ biosmsgs.def
6969
7070bin/serpar.obj : serpar.asm drmacros.equ ibmros.equ request.equ driver.equ
7171
Original file line number Diff line number Diff line change 5454ENDCODE segment public byte 'ENDCODE'
5555ENDCODE ends
5656
57+ RCODE segment public word 'RCODE'
58+ RCODE ends
59+
5760RESUMECODE segment public byte 'RESUMECODE'
5861RESUMECODE ends
5962
@@ -1181,7 +1184,7 @@ ifndef ROMSYS
11811184endif
11821185RCODE_ALIGN ends
11831186
1184- RCODE segment public byte 'RCODE'
1187+ RCODE segment
11851188
11861189rcode_header dw 0
11871190
You can’t perform that action at this time.
0 commit comments