 : : ,,: P:: I  
: I,"":: ,"GOTO 60"(): 
,"RUN"(")"BLUEMENU"(")(): 
 9  
 :***************** HEX TO DEC/DEC TO HEX CONVERTER ************************* h :ͻ  :ٺ                    CONVERT HEX TO DEC & VICE VERSA                        :ٺ                                                                          a :ٺ    This simple program can be used effectively to convert hexadecimal     :ٺ numbers to decimal and decimal to hexadecimal. This is of value when      :ٺ working with some poke-peek values or converting some CHR$(&Hnn) to      Z :ٺ decimal values, such as when zapping disk sectors.                        :ٺ                                                                            :ٺ    At the prompt, enter the decimal number as "20" w/o quotes and the    S! :ٺ HEX$ value will be displayed.  Enter a HEX number as "&H234" also w/o    # :ٺ quotes and both the decimal and HEX$ will be displayed.                  % :ٺ                                                                          L' :ٺ    This program is based on the program in the IBM (c) BASIC MANUAL      ) :ٺ under HEX$.  (c) G I N A C O   - 1983                 Ver 5.1/160/320    + :ͼ <7 :        *****  < F2 > to RUN  *******  < F10 > For BLUEMENU  ***** 9 : ====== To avoid DOCUMENTATION BOX each time, REM or DELETE  line 5 ====== < : I  
: I,"": d  n  ,, x  P   ,      ,   ""   ,   (G,"")   ,L   ""; +  I!     8    I!, D    "" R    I!,L ^    "" d o , y "" " , , (G,"") 6 ,L @ ""; J I!       T   ,,,, ^    2) h   , r   "DEC # OR &HXXX #  ";X!  |  A$  (X!) 2   I!  , T   X!"DECIMAL IS "A$"  HEX " Z l I!     z   I!,
     <)   J ************************** SAVE ROUTINE ***************************** L "B:HEXSAY.BAS"       <)   J ************************** SAVE ROUTINE *****