mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-28 02:44:19 +00:00
Upload
Digital Research
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
;*****************************************************
|
||||
;*
|
||||
;* Parse Control Block
|
||||
;*
|
||||
;*****************************************************
|
||||
|
||||
pcb_flnmptr equ word ptr 0 ; name ptr
|
||||
pcb_fcbptr equ word ptr pcb_flnmptr + word ; fcb ptr
|
||||
pcblen equ pcb_fcbptr + word
|
||||
Reference in New Issue
Block a user