64 bit Hex/Dec/Bin Converter using Assembler  by Robert Rayment

This is the first mixed VB-Assembler code I've put on A1VBCode other code
is on PSC.  It is a demonstration of using assembler with VB for those that
are interested in having another 'string to their bow'.   The HDB.frm, Notes.txt
and the HDB.asm files explain the method.  Basically it uses the API
CallWindowsProc to run the machine code (originally Ulli on PSC) from a byte
array containing the code.  The code is inserted either from an assembled bin
file or from a resource file with that code.  Generally the bin file is for testing
and the resource file for compiling into an EXE file.
