home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 108 / contents < prev    next >
Text File  |  1994-01-19  |  26KB  |  509 lines

  1.  
  2.        **  Programmer's Technical Reference for MSDOS and the IBM PC **
  3.                 USA copyright TXG 392-616  ALL RIGHTS RESERVED
  4. ───────────────────────────────┤ DOSREF (tm) ├────────────────────────────────
  5.                      ISBN 1-878830-02-3 (disk-based text)
  6.                     Copyright (c) 1987, 1994 Dave Williams
  7.                         ┌─────────────────────────────┐
  8.                         │ Shareware Version, 01/20/94 │
  9.                         │  Please Register Your Copy  │
  10.                         └─────────────────────────────┘
  11.  
  12.  
  13.  The rest of the chapters aren't included in this shareware demonstration
  14. package.  Since the complete manual takes about 2000 Kb even compressed in
  15. LHarc format, something had to give somewhere.
  16.  
  17.  Here's a sample of what you're missing:
  18.  
  19.  
  20.  Appendices             Mouse API               Networking
  21.  
  22.  EMS                    XMS                     VCPI
  23.  
  24.  Video                  chip-level stuff        386 Multiware API
  25.  
  26.  MS TSR Specification   Alloy NTNX API          Concurrent DOS/386 API
  27.  
  28.  MultiDOS Plus API      PC-MOS/386 API          Sound Blaster programming
  29.  
  30.  NDIS network spec      X-DOS 3.3 info          VMiX/386 API
  31.  
  32.  working TSR samples    VESA APIs
  33.  
  34.  MORE!
  35.  
  36.  
  37.  
  38.                            TABLE OF CONTENTS
  39.  
  40.  
  41. INTRO           Introduction, credits, copyrights
  42.  
  43.  
  44. CHAPTER 1       DOS and the PC
  45.  
  46. Some History ..................................................... 1**1
  47. What is DOS? ..................................................... 1**2
  48. Other Operating Systems .......................................... 1**3
  49. Specific Versions of MS/PC-DOS ................................... 1**4
  50. The Operating System Heirarchy ................................... 1**5
  51. DOS Structure .................................................... 1**6
  52. DOS Initialization ............................................... 1**7
  53.  
  54.  
  55. CHAPTER 2       Low Memory and Absolute Addresses
  56.  
  57. Introduction ..................................................... 2**1
  58. System Memory Map ................................................ 2**2
  59. A Brief Guide to Current Memory Terminology ...................... 2**3
  60. PC Port Assignment ............................................... 2**4
  61. Reserved Memory Locations ........................................ 2**5
  62. Absolute Addresses ............................................... 2**6
  63. The IBM PC System Interrupts (Overview) .......................... 2**7
  64. Quick Chart of Interrupts 00h-0FFh ............................... 2**8
  65. IRQ Usage Chart .................................................. 2**9
  66. The IBM-PC System Interrupts 00h-0Fh (in detail) ................. 2**10
  67.                                                             
  68.  
  69. CHAPTER 3       ROM BIOS and Serice Interrupts
  70.  
  71. Calling the ROM BIOS ............................................. 3**1
  72. Interrupt 10h  Video Services .................................... 3**2
  73. Interrupt 11h  Equipment Check ................................... 3**3
  74. Interrupt 12h  Memory Size ....................................... 3**4
  75. Interrupt 13h  Disk Functions .................................... 3**5
  76. Interrupt 14h  Initialize and Access Serial Port ................. 3**6
  77. FOSSIL Drivers ................................................... 3**7
  78. Interrupt 15h  Cassette I/O ...................................... 3**8
  79. Interrupt 16h  Keyboard I/O ...................................... 3**9
  80. Interrupt 17h  Printer ........................................... 3**10
  81. Interrupt 18h  ROM BASIC ......................................... 3**11
  82. Interrupt 19h  Bootstrap Loader .................................. 3**12
  83. Interrupt 1Ah  Time of Day ....................................... 3**13
  84. Interrupt 1Bh  Control-Break ..................................... 3**14
  85. Interrupt 1Ch  Timer Tick ........................................ 3**15
  86. Interrupt 1Dh  Vector of Video Initialization Parameters ......... 3**16
  87. Interrupt 1Eh  Vector of Diskette Controller Parameters .......... 3**17
  88. Interrupt 1Fh  Ptr to Graphics Char Extensions (Graphics Set 2) .. 3**18
  89.  
  90.  
  91. CHAPTER 4       DOS Function Requests
  92.  
  93. General Programming Guides ....................................... 4**1
  94. DOS Registers .................................................... 4**2
  95. DOS Stacks ....................................................... 4**3
  96. DOS Interrupts ................................................... 4**4
  97. Interrupt 20h (Terminate) ........................................ 4**5
  98. DOS Services (quick list) ........................................ 4**6
  99. Calling the DOS Services ......................................... 4**7
  100. Version Specific Information ..................................... 4**8
  101. Compatibility Problems With DOS 4.0+ ............................. 4**9
  102. PCjr Cartridge Support ........................................... 4**10
  103. eDOS 4.0 ......................................................... 4**11
  104. DOS Services in Detail ........................................... 4**12
  105.  
  106.  
  107. CHAPTER 5       Interrupts 22h through 0FFh
  108.  
  109. Interrupt 22h   Terminate Address ................................ 5**1
  110. Interrupt 23h   Ctrl-Break Exit Address .......................... 5**2
  111. Interrupt 24h   Critical Error Handler ........................... 5**3
  112. Interrupt 25h   Absolute Disk Read ............................... 5**4
  113. Interrupt 26h   Absolute Disk Write .............................. 5**5
  114. Interrupt 27h   Terminate And Stay Resident ...................... 5**6
  115. Interrupt 28h   (not documented by Microsoft) .................... 5**7
  116. Interrupt 29h   (not documented by Microsoft) .................... 5**8
  117. Interrupt 2Ah   Microsoft Networks - Session Layer Interrupt ..... 5**9
  118. Interrupt 2Bh   Unknown .......................................... 5**10
  119. Interrupt 2Ch   Unknown .......................................... 5**11
  120. Interrupt 2Dh   Unknown .......................................... 5**12
  121. Interrupt 2Eh   Alternate EXEC (DOS 2.0+) ........................ 5**13
  122. Interrupt 2Fh   Multiplex Interrupt .............................. 5**14
  123. Interrupt 30h   FAR jump instruction for CP/M-style calls ........ 5**15
  124. Interrupt 31h   Unknown .......................................... 5**16
  125. Interrupt 32h   Unknown .......................................... 5**17
  126. Interrupt 33h   Used by Microsoft Mouse Driver Function Calls .... 5**18
  127. Interrupt 34h   Turbo C/Microsoft languages - Floating Point ....  5**19
  128. Interrupt 35h   Turbo C/Microsoft languages - Floating Point ....  5**20
  129. Interrupt 36h   Turbo C/Microsoft languages - Floating Point ....  5**21
  130. Interrupt 37h   Turbo C/Microsoft languages - Floating Point ....  5**22
  131. Interrupt 38h   Turbo C/Microsoft languages - Floating Point ....  5**23
  132. Interrupt 39h   Turbo C/Microsoft languages - Floating Point ....  5**24
  133. Interrupt 3Ah   Turbo C/Microsoft languages - Floating Point ....  5**25
  134. Interrupt 3Bh   Turbo C/Microsoft languages - Floating Point ....  5**26
  135. Interrupt 3Ch   Turbo C/Microsoft languages - Floating Point ....  5**27
  136. Interrupt 3Dh   Turbo C/Microsoft languages - Floating Point ....  5**28
  137. Interrupt 3Eh   Turbo C/Microsoft languages - Floating Point ..... 5**29
  138. Interrupt 3Fh   Overlay Manager Interrupt (Microsoft LINK.EXE) ... 5**30
  139. Interrupt 40h   Hard Disk BIOS ................................... 5**31
  140. Interrupt 41h   Hard Disk Parameters ............................. 5**32
  141. Interrupt 42h   Pointer to screen BIOS entry ..................... 5**33
  142. Interrupt 43h   Pointer to EGA Graphics Character Table .......... 5**34
  143. Interrupt 44h   Pointer to graphics character table .............. 5**35
  144. Interrupt 45h   Reserved by IBM  (not initialized) ............... 5**36
  145. Interrupt 46h   Pointer to second hard disk parameter block ...... 5**37
  146. Interrupt 47h   Reserved by IBM  (not initialized) ............... 5**38
  147. Interrupt 48h   Cordless Keyboard Translation .................... 5**39
  148. Interrupt 49h   Non-kbd Scan Code Translation Table Addr (PCjr) .. 5**40
  149. Interrupt 4Ah   Real-Time Clock Alarm (Convertible, PS/2) ........ 5**41
  150. Interrupt 4Bh   Reserved by IBM  (not initialized) ............... 5**42
  151. Interrupt 4Ch   Reserved by IBM  (not initialized) ............... 5**43
  152. Interrupt 4Dh   Reserved by IBM  (not initialized) ............... 5**44
  153. Interrupt 4Eh   Reserved by IBM  (not initialized) ............... 5**45
  154. Interrupt 4Fh   Reserved by IBM  (not initialized) ............... 5**46
  155. Interrupt 50-57 IRQ0-IRQ7 Relocation ............................. 5**47
  156. Interrupt 58h   Reserved by IBM  (not initialized) ............... 5**48
  157. Interrupt 59h   Reserved by IBM  (not initialized) ............... 5**49
  158. Interrupt 5Ah   Reserved by IBM  (not initialized)  .............. 5**50
  159. Interrupt 5Bh   Reserved by IBM  (not initialized) ............... 5**51
  160. Interrupt 5Ah   Cluster Adapter BIOS entry address ............... 5**52
  161. Interrupt 5Bh   Reserved by IBM  (not initialized) ............... 5**53
  162. Interrupt 5Ch   NETBIOS interface entry port, TOPS ............... 5**54
  163. Interrupt 5Dh   Reserved by IBM  (not initialized) ............... 5**55
  164. Interrupt 5Eh   Reserved by IBM  (not initialized) ............... 5**56
  165. Interrupt 5Fh   Reserved by IBM  (not initialized) ............... 5**57
  166. Interrupt 60h-67h  User Program Interrupts ....................... 5**58
  167. Interrupt 60h   Network OS Interface ............................. 5**59
  168. Interrupt 67h   Expanded Memory Board Driver Interrupt ........... 5**60
  169. Interrupt 68h   Not Used  (not initialized) ...................... 5**61
  170. Interrupt 69h   Not Used  (not initialized) ...................... 5**62
  171. Interrupt 6Ah   Not Used  (not initialized) ...................... 5**63
  172. Interrupt 6Bh   Not Used  (not initialized) ...................... 5**64
  173. Interrupt 6Ch   System Resume Vector (Convertible) ............... 5**65
  174. Interrupt 6Dh   Not Used  (not initialized) ...................... 5**66
  175. Interrupt 6Eh   Not Used  (not initialized) ...................... 5**67
  176. Interrupt 6Fh   10-Net API........................................ 5**68
  177. Interrupt 70h   IRQ 8, Real Time Clock Int (AT, XT/286, PS/2) .... 5**69
  178. Interrupt 71h   IRQ 9, Redirected to IRQ 8 (AT, XT/286, PS/2) .... 5**70
  179. Interrupt 72h   IRQ 10  (AT, XT/286, PS/2)  Reserved ............. 5**71
  180. Interrupt 73h   IRQ 11  (AT, XT/286, PS/2)  Reserved ............. 5**72
  181. Interrupt 74h   IRQ 12  Mouse Interrupt (PS/2) ................... 5**73
  182. Interrupt 75h   IRQ 13, Coprocessor Error (AT) ................... 5**74
  183. Interrupt 76h   IRQ 14, Hard Disk Controller (AT, XT/286, PS/2) .. 5**75
  184. Interrupt 77h   IRQ 15 (AT, XT/286, PS/2)  Reserved .............. 5**76
  185. Interrupt 78h   Not Used ......................................... 5**77
  186. Interrupt 79h   Not Used ......................................... 5**78
  187. Interrupt 7Ah   Reserved ......................................... 5**79
  188. Interrupt 7Bh-7Eh  Not Used by IBM ............................... 5**80
  189. Interrupt 7Ch   REXX-PC API ...................................... 5**81
  190. Interrupt 7Fh   IBM 8514/A Graphics Adapter API .................. 5**82
  191. Interrupt 80h-85h  Reserved by BASIC ............................. 5**83
  192. Interrupt 86h   Int 18 when relocated by NETBIOS ................. 5**84
  193. Interrupt 86h-0F0h  Used by BASICA ............................... 5**85
  194. Interrupt 0A4h  Right Hand Man API ............................... 5**86
  195. Interrupt 0D4h  PC-MOS/386 API ................................... 5**87
  196. Interrupt 0E0h  Digital Research CP/M-86 function calls .......... 5**88
  197. Interrupt 0E1h  PC Cluster Disk Server Information ............... 5**89
  198. Interrupt 0E2h  PC Cluster Program ............................... 5**90
  199. Interrupt 0E4h  Logitech Modula-2 v2.0   Monitor Entry ........... 5**91
  200. Interrupt 0E5h  Not Used ......................................... 5**92
  201. Interrupt 0E6h  Not Used ......................................... 5**93
  202. Interrupt 0E7h  Not Used ......................................... 5**94
  203. Interrupt 0E8h  Not Used ......................................... 5**95
  204. Interrupt 0E9h  Not Used ......................................... 5**96
  205. Interrupt 0EAh  Not Used ......................................... 5**97
  206. Interrupt 0EBh  Not Used ......................................... 5**98
  207. Interrupt 0ECh  Not Used ......................................... 5**99
  208. Interrupt 0EDh  Not Used ......................................... 5**100
  209. Interrupt 0EEh  Not Used ......................................... 5**101
  210. Interrupt 0EFh  GEM interface (Digital Research) ................. 5**102
  211. Interrupt 0F0h  unknown .......................................... 5**103
  212. Interrupts 0F1h-0FFh  (absolute addresses 3C4h-3FFh) ............. 5**104
  213. Interrupt 0F4h  Not Used ............ ............................ 5**105
  214. Interrupt 0F5h  Not Used ............ ............................ 5**106
  215. Interrupt 0F8h  Set Shell Interrupt (OEM) ........................ 5**107
  216. Interrupt 0F9h  Reserved ......................................... 5**108
  217. Interrupt 0FAh  USART ready (RS-232C) ............................ 5**109
  218. Interrupt 0FBh  USART RS ready (keyboard) ........................ 5**110
  219. Interrupt 0FCh  Unknown ...........................................5**111
  220. Interrupt 0FDh  reserved for user interrupt ...................... 5**112
  221. Interrupt 0FEh  reserved by IBM .................................. 5**113
  222. Interrupt 0FFh  reserved by IBM .................................. 5**114
  223.  
  224.  
  225.  
  226. CHAPTER 6       DOS Control Blocks and Work Areas
  227.  
  228. DOS Address Space ................................................ 6**1
  229. Storage Blocks ................................................... 6**2
  230. Disk Transfer Area (DTA) ......................................... 6**3
  231. Program Segment Prefix ........................................... 6**4
  232. Memory Control Blocks ............................................ 6**5
  233. DOS Program Segment .............................................. 6**6
  234.  
  235.  
  236. CHAPTER 7       DOS File Information
  237.  
  238. File Management Functions ........................................ 7**1
  239. FCB Function Calls ............................................... 7**2
  240. Handle Function Calls ............................................ 7**3
  241. Special File Handles ............................................. 7**4
  242. Raw and Cooked File I/O .......................................... 7**5
  243. Number of Open Files Allowed  .................................... 7**6
  244. Restrictions on FCB Usage ........................................ 7**7
  245. Restrictions on Handle usage ..................................... 7**8
  246. Allocating Space to a File ....................................... 7**9
  247. MSDOS / PCDOS Differences ........................................ 7**10
  248. .COM File Structure .............................................. 7**11
  249. .EXE File Structure .............................................. 7**12
  250. The Relocation Table ............................................. 7**13
  251. "NEW" .EXE Format (Microsoft Windows and OS/2) ................... 7**14
  252. Standard File Control Block ...................................... 7**15
  253. Extended File Control Block ...................................... 7**16
  254. Disk Transfer Area ............................................... 7**17
  255.  
  256.  
  257. CHAPTER 8       DOS Disk Information
  258.  
  259. The DOS Area ..................................................... 8**1
  260. The Boot Record .................................................. 8**2
  261. DOS File Allocation Table (FAT) .................................. 8**3
  262.         Media Descriptor Byte .................................... 8**4
  263.         12 Bit FATs .............................................. 8**5
  264.         16 Bit FATs .............................................. 8**6
  265. Cluster Size Information ......................................... 8**7
  266. DOS Disk Directory ............................................... 8**8
  267. The Data Area .................................................... 8**9
  268. Floppy Disk Types ................................................ 8**10
  269. Hard Disk Layout ................................................. 8**11
  270. System Initialization ............................................ 8**12
  271. Boot Record/Partition Table ...................................... 8**13
  272. Hard Disk Technical Information .................................. 8**14
  273. Determining Hard Disk File Allocation ............................ 8**15
  274. BIOS Disk Functions .............................................. 8**16
  275.  
  276.  
  277. CHAPTER 9       DOS Device Drivers
  278.  
  279.  
  280. CHAPTER 10      EMS, EEMS, and VCPI Memory Specifications 
  281.  
  282. History .......................................................... 10**1
  283. Uses of Expanded Memory .......................................... 10**2
  284. DOS and Expanded Memory .......................................... 10**3
  285. Different Memory Types ........................................... 10**4
  286. AST/Quadram/Ashton-Tate Enhanced EMM ............................. 10**5
  287. EMS Address Space Map ............................................ 10**6
  288. Writing Programs That Use Expanded Memory ........................ 10**7
  289. Page Frames ...................................................... 10**8
  290. Calling the Manager .............................................. 10**9
  291. Detecting EMS .................................................... 10**10
  292. Terminate and Stay Resident (TSR) Program Cooperation ............ 10**11
  293. Expanded Memory Services Quick List .............................. 10**12
  294. Expanded Memory Services ......................................... 10**13
  295.         LIM 3.2 Specification .................................... 10**14
  296.         LIM 4.0 Specification .................................... 10**15
  297.         AQA EEMS 3.2 Specification ............................... 10**16
  298.         VCPI API 1.0 ............................................. 10**17
  299. Expanded Memory Manager Error Codes .............................. 10**18
  300.  
  301.  
  302. CHAPTER 11      Microsoft Extended Memory (XMS) Specification
  303.  
  304.  
  305. CHAPTER 12      TSR Programming
  306.  
  307.  
  308. CHAPTER 13      PC-MOS/386 Application Program Interface
  309.  
  310. Introduction ..................................................... 13**1
  311. Programming For PC-MOS ........................................... 13**2
  312. Extended Services Interrupt ...................................... 13**3
  313. MOS Extended Services in Detail .................................. 13**4
  314. ESI Error Codes .................................................. 13**5
  315. PC-MOS Data Structures ........................................... 13**6
  316. Terminal Device Interface ........................................ 13**7
  317. Serial Device Interface .......................................... 13**8
  318. NETBIOS Interface ................................................ 13**9
  319. Memory Manager Interface ......................................... 13**10
  320. INT 6 Handler .................................................... 13**11
  321. User's Overview .................................................. 13**12
  322.  
  323.  
  324. CHAPTER 14      Concurrent DOS/386 Application Program Interface
  325.  
  326. Introduction ..................................................... 14**1
  327. General Programming Guides ....................................... 14**2
  328. Quick Function List .............................................. 14**3
  329. AUX Functions .................................................... 14**4
  330. CONSOLE Functions ................................................ 14**5
  331. DEVICE Functions ................................................. 14**6
  332. DRIVE Functions .................................................. 14**7
  333. FILE Functions ................................................... 14**8
  334. LST Functions .................................................... 14**9
  335. MEMORY Functions ................................................. 14**10
  336. PROCESS Functions ................................................ 14**11
  337. QUEUE Functions .................................................. 14**12
  338. SYSTEM Functions ................................................. 14**13
  339. TIME Functions ................................................... 14**14
  340.  
  341.  
  342. CHAPTER 15      Register-Level Programming
  343.  
  344. 8255 Peripheral Interface ........................................ 15**1
  345. 8259 Interrupt Controller ........................................ 15**2
  346. AT CMOS RAM Configuration ........................................ 15**3
  347. 8250 Serial UART ................................................. 15**4
  348. 8327 DMA Controller .............................................. 15**5
  349. 8253 Triple Timer ................................................ 15**6
  350. NEC 765 Diskette Controller....................................... 15**7
  351.  
  352.  
  353. CHAPTER 16      Video Programming
  354.  
  355. Quick List of BIOS Interrupt 10h Functions ....................... 16**1
  356. PC Video Subsystems .............................................. 16**2
  357. BIOS Interrupt 10h Functions in Detail ........................... 16**3
  358.  
  359.  
  360. CHAPTER 17      Multitasking Shells
  361.  
  362. Introduction ..................................................... 17**1
  363. Programming Practices ............................................ 17**2
  364. TopView/DESQview API (interrupt 15h, "System Services" interface)  17**3
  365. TopView/DESQview API (interrupt 16h, "BIOS Video" interface) ..... 17**4
  366.  
  367.  
  368. CHAPTER 18      Viruses and Trojan Horses
  369.  
  370.  
  371. CHAPTER 19      Tips and Tricks
  372.  
  373.  
  374. CHAPTER 20      Conversion Between Operating Systems
  375.  
  376. Overview ......................................................... 20**1
  377. Special Considerations ........................................... 20**2
  378. Example Operating Systems ........................................ 20**3
  379. Atari ST ......................................................... 20**4
  380. CP/M ............................................................. 20**5
  381. MacOS ............................................................ 20**6
  382. AmigaDOS ......................................................... 20**7
  383. OS/2 ............................................................. 20**8
  384. UNIX ............................................................. 20**9
  385.  
  386.  
  387. CHAPTER 21      Microsoft Virtual DMA Specification 1.0
  388.  
  389. Introduction ..................................................... 21**1
  390. VDS Function List ................................................ 21**2
  391. VDS Functions .................................................... 21**3
  392. DMA Descriptor Structure ......................................... 21**4
  393. DX Flag Bits ..................................................... 21**5
  394. VDS Error Codes .................................................. 21**6
  395.  
  396.  
  397. CHAPTER 22      Mouse Programming
  398.  
  399. General Information .............................................. 22**1
  400. Register Usage ................................................... 22**2
  401. Interrupt 33h Function Requests .................................. 22**3
  402. Interrupt 10h Function Requests .................................. 22**4
  403.  
  404.  
  405. CHAPTER 23      Network APIs
  406.  
  407. FTP Driver - PC/TCP Packet Driver Specification .................. 23**1
  408. 10-Net Network ................................................... 23**2
  409. LANtastic LANOS API .............................................. 23**3
  410. Novell NetWare 2.11 API .......................................... 23**4
  411. APPC/PC .......................................................... 23**5
  412.  
  413.  
  414. CHAPTER 24      MultiDos Plus API
  415.  
  416.  
  417. CHAPTER 25      VMiX 2.6x API
  418.  
  419. What is VMiX? .................................................... 25**1
  420. Assembler Interface .............................................. 25**2
  421.  
  422.  
  423. CHAPTER 26      X-DOS 3.3 
  424.  
  425.  
  426. MISCSTUF        Miscellaneous Stuff
  427.  
  428. AFTERWRD        Afterword
  429.  
  430. CREDITS         Credits and Bibliography
  431.  
  432.  
  433.  
  434.  A P P E N D I C E S
  435.  
  436. APPENDIX  1     Keyboard scan code chart
  437.  
  438. APPENDIX  2     ASCII character chart
  439.  
  440. APPENDIX  3     IBM PC character set
  441.  
  442. APPENDIX  4     IBM PC error code listing
  443.  
  444. APPENDIX  5     Addresses of various manufacturers
  445.  
  446. APPENDIX  6     Hard disk information
  447.  
  448. APPENDIX  7     Floppy and Tape Devices
  449.  
  450. APPENDIX  8     Pinouts of various connectors on the IBM PC
  451.  
  452. APPENDIX  9     Sizes of various drivers installed in CONFIG.SYS
  453.  
  454. APPENDIX  10    Common modem instruction sets
  455.  
  456. APPENDIX  11    Glossary of computer terminology
  457.  
  458. APPENDIX  12    Various busses used in MSDOS machines
  459.  
  460. APPENDIX  13    Common filename extensions
  461.  
  462. APPENDIX  14    Clock speeds of various expansion cards
  463.  
  464. APPENDIX  15    Header formats used by various archive utilities
  465.  
  466. APPENDIX  16    Miscellaneous Hardware Information
  467.  
  468. APPENDIX  17    HP LaserJet Setup Codes
  469.  
  470. APPENDIX  18    ANSI.SYS Escape Sequences
  471.  
  472. APPENDIX  19    DEC VT100 Escape Sequences
  473.  
  474. APPENDIX  20    Various Paint Program Formats
  475.  
  476. APPENDIX  21    Some Commonly Used Hot-Keys
  477.  
  478. APPENDIX  22    Sound Blaster API
  479.  
  480. APPENDIX  23    French-Canadian accented character chart
  481.  
  482. APPENDIX  24    Compuserve Graphic Image Format '89a
  483.  
  484. APPENDIX  25    Hex Chart
  485.  
  486. APPENDIX  26    Microsoft TSR Specification 1.0
  487.  
  488. APPENDIX  27    Baud vs BPS Explained
  489.  
  490. APPENDIX  28    Borland BGI Stroked Font .CHR File Format
  491.  
  492. APPENDIX  29    Differences From DOS 4.0 In The OS/2 1.3 DOS Box
  493.  
  494. APPENDIX  30    IBM Interrupt Sharing Protocol
  495.  
  496. APPENDIX  31    CCITT v.XX Protocol Overview
  497.  
  498. APPENDIX  32    CCITT x.XX Protocol Overview
  499.  
  500. APPENDIX  33    Miscellaneous Switch Settings
  501.  
  502. APPENDIX  34    DOS BACKUP Format
  503.  
  504. APPENDIX  35    .WAV File Format
  505.  
  506.  
  507.  
  508.  
  509.