home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / a / ascii20.zip / ASCII20.DOC < prev    next >
Text File  |  1993-01-15  |  4KB  |  113 lines

  1.  
  2.  
  3.                       ASCII Version 2.OO
  4.                       By: Nick Zaikin Jr.
  5.               Joint Institute for Nuclear Research
  6.  
  7.  
  8.                             Purpose
  9.  
  10. The 'ASCII' TSR program is for viewing ASCII table 
  11. and for entering any ASCII character. You may choose character from
  12. table on screen, or directly type its code (in octal, 
  13. decimal or hex radix). The program also extends standard 
  14. 'Alt-input' method by displaying the ASCII table in this case 
  15. too.
  16.  
  17. For any character, its code, mnemonic name (if exists), and
  18. appropriate CRT color attribute are displayed.
  19.  
  20.  
  21.                       Starting a program
  22.  
  23. Command line format:
  24.  
  25.        ASCII [switches...]
  26.  
  27. All switches are optional.
  28.  
  29. If no one is given, a program stays resident with a default
  30. hot key Alt-Del.
  31.  
  32. Switches:
  33.        /H, /?     = display help screen   
  34.  
  35.        /BW        = force black & white colors
  36.  
  37.        /CO        = force 'display color attribute' option
  38.                     (same as pressing F4 after calling TSR)
  39.  
  40.        /F:xx      = shift state for hot key (hex);
  41.                     default value = 08 (Alt)
  42.  
  43.        /S:xx      = scan code for hot key (hex);
  44.                     default value = 53 (Del)
  45.  
  46.        /R:<O|D|H> = force radix to octal, decimal, or hex
  47.                     default = hex
  48.  
  49.  
  50.                         Using a program
  51.  
  52. If you are not changed the default hot key, you may pop-up
  53. ASCII by pressing Alt-Del.
  54. After that, you'll see on screen an ASCII table with moving
  55. cursor:
  56.  
  57.                  character
  58.    current            code ───┐      ┌─── mnemonic
  59.     radix ───────┐            │      │             ┌───── color
  60.                  │            │      │             *      attribute
  61.       ╔═════════ *   ASCII    *      *  v.4.23 ════════╗
  62.       ║ Radix : Hex  Value :  1B   ^[ ESC      <Color> ║
  63.       ╟────────────────────────────────────────────────╢
  64.       ..................................................
  65.       ..................................................
  66.       ║    !  "  #  $  %  &  '  (  )  *  *  ,  -  .  / ║
  67.       ║ 0  1  2  3  4  5  6  7  8  9  :  └──────────────── cursor
  68.       ║ @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O ║
  69.       ║ P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _ ║
  70.       ║ `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o ║
  71.       ..................................................
  72.       ..................................................
  73.       ╟────────────────────────────────────────────────╢
  74.       ║ 1Oct    2Dec    3Hex    4Color  <-input symbol ║
  75.       ╚════════════════════════════════════════════════╝
  76.  
  77.  
  78. The following keys may be used:
  79.  
  80.         Arrows,  Home, End,
  81.                  PgUp, PgDn       - moving a cursor
  82.         Enter                     - enter current char and exit
  83.         Esc                       - exit without entering
  84.  
  85.         0, 1, .. 9, A, B, .., F   - enter char code
  86.         BackSpace                 - delete last digit of code
  87.         Space                     - clear char code
  88.  
  89. Select radix:
  90.         F1                        - octal
  91.         F2                        - decimal
  92.         F3                        - hex
  93.  
  94.         F4                        - toggle displaying color attributes
  95.  
  96. The program also supports standard Alt-input method of entering
  97. characters. If you press Alt and number on a keypad, the program
  98. will behave the same way except you must hold down Alt while entering
  99. code (in current radix, of course!).
  100. In this mode, Enter and Esc keys won't work, so you cannot cancel.
  101.  
  102.  
  103.    Your conclusions, suggestions and orders on design or
  104.    writing programs adress to:
  105.                               Nick Zaikin
  106.                               Joint Institute for Nuclear Research
  107.                               (Dubna, Moscow region)
  108.                               P.O. Box 79  Head Post Office
  109.                               Moscow 101000 Russia
  110.    or by E-Mail:
  111.                  nick@k237.jinr.dubna.su
  112.  
  113. <eof>