12/19/82 Arnie, HLOAD is a program I wrote which will load any .HEX file into memory at it's assembly address (unless the file overlays HLOAD itself). It differs from the LOAD command of CP/M in that it does not create a .COM file, and it does not expect the .HEX file to be ORGed at 100H. It is useful for loading memory outside the normal CP/M boundaries. For example, I use it to load an extended CBIOS, by including the command HLOAD CBIOSOVR as my auto-start-up command. If you feel it's worth it, would you pass this on to the RCPM network? Thanks Don McClimans