User`s guide
 BDOS FUNCTION111: PRINT BLOCK
 Entry Parameters:
 Registers C: 6FH
 DE: CCB Address
 Returned Value: none
 The Print Block function sends the character string located by the Character Con-
 trol Block, CCB, addressed in register pair DE, to the logical console, CONOUT:. If
 the Console Mode is in the default state (see Section 2.2.1), Function 111 expands
 tab characters, CTRL-I, in columns of eight characters. It also checks for stop scroll,
 CTRL-S, start scroll, CTRL-Q, and echoes to the logical list device, LST:, if printer
 echo, CTRL-P, has been invoked.
 The CCB format is:
 byte 0 - 1 Address of character string (word value)
 byte 2 - 3 Length of character string (word value)
3-94
BDOS Function Calls  CP/M 3 Programmers Guide










