home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / pnpos211.zip / Read.me < prev   
Text File  |  1996-02-24  |  2KB  |  70 lines

  1. >>>>>> Programmers Notepad (PNP) for OS/2 <<<<<<
  2. Version 1.1 Feb. 1996.
  3. Contents of the package:
  4.  
  5. 1. PNP.EXE     the main file
  6. 2. READ.ME     this file
  7. 3. FILE_ID.DIZ the info file for mailboxes
  8.  
  9. PNP helps the programmer handling numbers, testing bit masks, setting bit switches. It does conversions between decimal, hexadecimal, octal and binary format and arithmetic, logical and bit operations of integer numbers.
  10.  
  11. This version is written in C and does not need any runtime library.
  12.  
  13. The maximal value for operations and results is hex: 'FFFFFFFE'x. Results of multiplications or additions which go beyond this value are not correct.
  14.  
  15. Implimented operations:
  16.  
  17. NOP   needs only one value. It is used for format conversion
  18. +     addition
  19. -     substraction  
  20. *     multiplication
  21. DIV   integer division
  22. MOD   modulo operation
  23. OR    bit or
  24. AND   bit and
  25. XOR   bit xor
  26. SHL   bit shift left
  27. SHR   bit shift right
  28.  
  29. Selection fields are available for format selection of the entry fields and for the operation mode.
  30.  
  31. Action buttons:
  32. Do it!  Start the selected operation
  33. Swap    swaps the contents of the two entry fields.
  34.  
  35. Check box:
  36. Pick    if marked, the result of a calculation is fetched into the 1st entry field.
  37.  
  38. Menu:
  39. ASCII   Opens an ASCII table. Double clicking on a field picks the value
  40.         and puts it into the 1st entry field for further operation. 
  41. About    About the author
  42.  
  43. Double click on a result brings the result into the 1st entry field and sets the
  44. notation.
  45.  
  46. PNP.EXE is shareware.
  47.  
  48. The unregistered version of PNP.EXE pops up a nasty reminder message. 
  49. No other handicap is built in.
  50.  
  51. For registration of PNP.EXE send your address to the author and 
  52. DEM 15.- or US$ 10.- . I am trying to get an online registration 
  53. number on CompuServe.
  54.  
  55. My address:
  56. Michael Mieves
  57. Wessobrunner Weg 1
  58. D-82407 Wielenbach
  59. Germany
  60.  
  61. You will get an registration number which kills the nasty message.
  62.  
  63. Michael Mieves,  February 1996
  64. CIS 100334,142
  65. mieves@t-online.de
  66. mieves@wm.infranet.de
  67.  
  68.         
  69.  
  70.