home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 116.lha / ToolKit1 / test6.run < prev    next >
Encoding:
Text File  |  1986-11-20  |  450 b   |  16 lines

  1. 1>test6
  2. Enter a decimal number: 1234
  3. The hexadecimal equivalent is: 000004D2
  4. Enter a hexadecimal number: 50
  5. The decimal equivalent is: 80
  6. Enter a decimal number: -1
  7. The hexadecimal equivalent is: FFFFFFFF
  8. Enter a hexadecimal number: 7FFFFFFF
  9. The decimal equivalent is: 2147483647
  10. Enter a decimal number: -2
  11. The hexadecimal equivalent is: FFFFFFFE
  12. Enter a hexadecimal number: 80000000
  13. The decimal equivalent is: -2147483648
  14. Enter a decimal number:
  15. 1>
  16.