home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / info / dos3src.arc / IBMBIO.SEQ < prev    next >
Text File  |  1986-01-06  |  3KB  |  161 lines

  1. ;
  2. ;       IBMBIO.COM for PC-DOS 3.0
  3. ;
  4. 0000    /t
  5. 0000    /e
  6. 0000    /b-
  7. 0000    i
  8. 0000    a
  9. & 0000  cs
  10. & 0000  ds
  11. & 0000  ss
  12. & 0000  es
  13. 0000    c
  14. 0006    b
  15. 001a    w       jump_table
  16. 00a8    w       req_header_offset
  17. 00aa    w       req_header_segment
  18. 00ac    w       unit
  19. 00ae    c       strategy
  20. 013a    c       set_done_bit
  21. 014e    c       int29        tty_out - in DOS 2.0 also
  22. 015d    x
  23. & 0002  w
  24. & 0001  w
  25. & 0002  w
  26. & 0008  s
  27. 016f    b       last_ch
  28. 0170    c
  29. 01e7    c       rom_ctrl_break
  30. 01ed    c       null_int
  31. 01ee    w       aux_driver
  32. 01f8    x
  33. & 0008  s
  34. 0200    w
  35. 020a    x
  36. & 0008  s
  37. 0212    w
  38. 0214    c
  39. 029d    w       prn_driver
  40. 02a7    x
  41. & 0008  s
  42. 02af    w       lpt1_driver
  43. 02b9    x
  44. & 0008  s
  45. 02c1    c
  46. 0317    w       clock_driver
  47. 0321    x
  48. & 0008  s
  49. 0329    w       time
  50. 032b    c
  51. 0373    c
  52. 03e3    b
  53. 041d    c
  54. 04ff    b
  55. 0519    c
  56. 074e    b       buffer1
  57. 094e    w       old_int_13
  58. 0950    w
  59. 0954    c       int13
  60. 0a71    w       old_int_19
  61. 0a73    w
  62. 0a75    c       int19      new boot
  63. 0a9f    w
  64. 0aab    w
  65. 0ab5    x
  66. & 0008  s
  67. 0abd    w
  68. 0ac7    x
  69. & 0008  s
  70. 0acf    w       com2_driver
  71. 0ad9    s
  72. 0ae1    c
  73. 0b12    s
  74. 0b2e    s       newdisk
  75. 0b53    b
  76. 0b7d    w
  77. 0b89    c
  78. 0c58    b
  79. 0c5e    c
  80. 0c90    b
  81. 0c96    c
  82. 0caf    w
  83. 0cb9    c
  84. 0d46    x
  85. & 000c  s
  86. 0d8e    c
  87. 0da9    w
  88. 0dab    c
  89. 0ec6    b       buffer2
  90. 10c6    w       memory_size  (in paragraphs)
  91. 10ce    w       avail_mem
  92. 10d0    b       ibm_type   from ffff:000e
  93. 1109    c       coldstart
  94. 15f5    c       init_par   init Centronics device
  95. 15fb    c       init_ser   init RS232 device
  96. 17b0    b
  97. 17cc    w
  98. 17ce    b
  99. 17d0    c       config_routine relocated to above IBMDOS during execution
  100. 17d0    a
  101. & 17d0  ds
  102. & 17d0  cs
  103. & 17d0  ss
  104. & 17d0  es
  105. 17d3    b
  106. 17e1    b       cur_disk
  107. 17e2    w       num_buffers
  108. 17e4    w       string_size
  109. 17e6    w       num_files
  110. 17e8    b
  111. 17e9    b       high_drive
  112. 17ee    s       current_dir
  113. 1822    w       len_config_sys
  114. 1824    w       cur_config_sys  current byte in config.sys
  115. 1840    w
  116. 1844    b
  117. 1845    c
  118. 195f    c
  119. 1c1e    c       config_err
  120. 1cbb    c       do_buffers
  121. 1cda    c       do_break
  122. 1d09    c       do_device
  123. 1e37    d
  124. 1ee3    c       do_country
  125. 1f05    c       do_files
  126. 1f22    c       do_lastdrive
  127. 1f4c    c       do_shell
  128. 1f7c    c       do_string
  129. 1f8a    c       do_fcbs
  130. 1fe1    c       next_char
  131. 206c    c       skip_white
  132. 2070    c       is_white_space
  133. 208f    c       scan_to_nl
  134. 20f2    c       config2big
  135. 212a    c       is_decimal
  136. 2136    c       read_dec  return atoi() in AX
  137. 2138    c       next_digit
  138. 218a    c       msg_bx
  139. 218c    c       msg_dx
  140. 2191    c       open_device_dx
  141. 219d    c       is_it_device
  142. 21b0    c       open_dx
  143. 21b6    c       int24   critical error handler
  144. 21c9    s       nul_dev_name
  145. 21cd    s       con_dev_name
  146. 21d1    s       aux_dev_name
  147. 21d5    s       prn_dev_name
  148. 21d9    s       config_name
  149. 21e5    s       comspec
  150. 21e6    s       shell_name
  151. 21f2    x       config_strings
  152. & 0001  #
  153. & 0001  s
  154. 223b    s       msg_bad_cmd
  155. 225f    s       msg_cr_lf
  156. 2262    s       msg_sec_size
  157. 22a9    s       msg_country
  158. 22c2    s       msg_config2big
  159. 22e9    s       msg_blk_dev
  160. 7200    b       ctrl_prt_sc printer toggle
  161.