mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-27 02:14:19 +00:00
Upload
Digital Research
This commit is contained in:
19
MPM OPERATING SYSTEMS/MPM-86/MPM-86 2.0 SOURCES/07/CCB.LIT
Normal file
19
MPM OPERATING SYSTEMS/MPM-86/MPM-86 2.0 SOURCES/07/CCB.LIT
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
/* MP/M-86 2.0 Character Control Block */
|
||||
declare ccb$structure lit 'structure (
|
||||
attach word,
|
||||
queue word,
|
||||
flag byte,
|
||||
startcol byte,
|
||||
column byte,
|
||||
nchar byte,
|
||||
mimic byte,
|
||||
msource byte,
|
||||
type byte,
|
||||
xdev byte)';
|
||||
|
||||
declare
|
||||
cf$listcp lit '001h', /* control P toggle */
|
||||
cf$compc lit '002h'; /* suppress output */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user