Short: Very simple Int2Hex and Hex2Int. Author: flype Uploader: flype44 gmail com (flype) Type: util/shell Version: 1.01 Requires: 68020+ Architecture: m68k-amigaos >= 2.0.0 Distribution: Aminet Very simple Int to Hex and Hex to Int Command Line tool. Version : $VER: AHex 1.01 (9.6.2016) Arguments : N=NUMBER/A - Mandatory, Number to convert. Can be decimal or hexa number (using $ or 0x). Examples of usage : >AHex ? >AHex 1234 >AHex $FADE >AHex 0xCAFE >Version FULL AHex Examples of output : > AHex 256 $100 > AHex $100 256 Return Codes ($RC) : If all OK => 0 (OK) Invalid Number => 10 (ERROR) Invalid Arguments => 10 (ERROR) Fail to open DOS => 20 (FAIL) Compilation : Full ASM Source code is provided in archive. Written with Devpac 3.18, code compatible with MC68020+.