home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / pnp12.zip / READ.ME < prev   
Text File  |  1996-03-03  |  3KB  |  91 lines

  1. >>>>>> Programmers Notepad (PNP) <<<<<<
  2. Version 1.2 Mar. 1996 for OS/2 and Windows.
  3.  
  4. Contents of the package:
  5. ------------------------
  6. 1. PNP.OS2     the EXE file for OS/2
  7. 2. PNP.WIN     the EXE file for Windows 
  8. 3. READ.ME     this file
  9. 4. FILE_ID.DIZ the info file for mailboxes
  10.  
  11. Rename PNP.OS2 or PNP.WIN to PNP.EXE.
  12.  
  13. Description
  14. -----------
  15. PNP helps the programmer handling numbers, testing bit masks, 
  16. setting bit switches. It does conversions between decimal, 
  17. hexadecimal, octal and binary format and arithmetic, logical 
  18. and bit operations of integer numbers.
  19.  
  20. The maximal value for input and results is hex: 0xFFFFFFFF.
  21.  
  22. If the Input is out of range, it is truncated to 0xFFFFFFFF. 
  23. Overflow of a result is indicated. 
  24.  
  25. Implimented operations:
  26. -----------------------
  27. NOP   needs only one value. It is used for format conversion
  28. +     addition
  29. -     substraction (absolute value)  
  30. *     multiplication
  31. /     integer division
  32. MOD   modulo operation
  33. OR    bit or
  34. AND   bit and
  35. XOR   bit xor
  36. SHL   bit shift left
  37. SHR   bit shift right
  38.  
  39. Selection fields are available for format selection of the entry 
  40. fields and for the operation mode.
  41.  
  42. Action buttons:
  43. ---------------
  44. Do it!  Start the selected operation
  45. Swap    swaps the contents of the two entry fields.
  46.  
  47. Check box:
  48. ----------
  49. Pick the result    if marked, the valid result of a calculation is 
  50.                    fetched into the 1st entry field.
  51.  
  52. Menu:
  53. -----
  54. ASCII   Opens an ASCII table and the active codepage is dislayed. 
  55.     Only for OS/2:     Double clicking on a field picks the value 
  56.                         and puts it into the 1st entry field for 
  57.                         further operation. 
  58.  
  59. About    About the author
  60.  
  61. Double click on a line in the result list puts a copy of this line 
  62. into the note field.
  63.  
  64. Selection of a line in the result list puts the value into the 1st 
  65. entry field.
  66.  
  67. PNP.EXE is shareware.
  68. ---------------------
  69. The unregistered version of PNP.EXE pops up a nasty reminder message. 
  70. No other handicap is built in.
  71.  
  72. For registration of PNP.EXE send your address to the author and 
  73. DEM 15.- or US$ 10.- . I am trying to get an online registration 
  74. number for CompuServe users.
  75.  
  76. My address:
  77. Michael Mieves
  78. Wessobrunner Weg 1
  79. D-82407 Wielenbach
  80. Germany
  81.  
  82. You will get an registration code which kills the nasty message.
  83.  
  84. Michael Mieves,  February 1996
  85. CIS 100334,142
  86. mieves@t-online.de
  87. mieves@wm.infranet.de
  88. mieves@ibm.net
  89.         
  90.  
  91.