en:docs:dos:api:int21:0a

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:docs:dos:api:int21:0a [2020/12/07 07:24] – created prokusheven:docs:dos:api:int21:0a [2024/04/27 06:59] (current) prokushev
Line 32: Line 32:
 Format of DOS input buffer: Format of DOS input buffer:
 ^ Offset ^ Size ^   Description ^ ^ Offset ^ Size ^   Description ^
-| 00h  |  BYTE  |  maximum characters buffer can hold | +| 00h  |  BYTE  | maximum characters buffer can hold | 
-| 01h  |  BYTE  |  (call) number of chars from last input which may be recalled +| 01h  |  BYTE  | (call) number of chars from last input which may be recalled (ret) number of characters actually read, excluding CR |
-                (ret) number of characters actually read, excluding CR |+
 | 02h | N BYTEs  | actual characters read, including the final carriage return | | 02h | N BYTEs  | actual characters read, including the final carriage return |
  
 ===== See also ===== ===== See also =====
  
-AH=0Ch,INT 2F/AX=4810h+AH=[[en:docs:dos:api:int21:0c|0Ch]],INT 2F/AX=4810h
  
 ===== Note ===== ===== Note =====