Note: This disk contains some of my earliest code - written a long time
      ago when I was much less experienced - please view accordingly.

The ALPS source files are too large to edit in memory on the NorthStar
system due to the Editor being loaded at 2A00 - under DMF the editor
loads at 0100 and leaves much more RAM available to the edit buffer.

You have to rebuild the NorthStar versions of these programs under DMF,
and use the 'WRITE' command to write them to the correct sectors of a
NorthStar disk.

Example with EDIT.NS :
  (First, boot NorthStar and note the address and size of EDIT)
  (Lets assume it's at address 95, and is 12 blocks long)
  (then boot DMF and mount the ALPSNSRC source disk in drive 2)
  .EDIT EDIT.NS,2                      <= Edit EDIT.NS from drive 2
  .AE 2A00 D000                        <= Assemble for 2A00, put at D000
  .Q                                   <= Quit editor
  (Replace ALPSNSRC disk in drive 2 with NorthStar boot disk)
  .WRITE 2 95 12 D000                  <= Write IMAGE to NorthStar 'EDIT'
