This set of macros and routines assume that they are all resident in
a directory named Fsm - not Fasm. If you place it elsewhere, you will
need to change the various file paths.

File contents
  Readme.Txt
    This file
  Description.Txt
    A full description of all the macros in the system.
Include Files
  Genmacros   General macros, required in all programs
  Winmacros   Windows macros, nor required if not using Windows
  Routines    Routines used by the macros, always required
Utility
  Dosprint    Program used for printing with DOS, called by Printdos.
              Note that Print win calls 'C:\Windows\Notepad.Exe'.
Examples
  Tinypad
    This is a copy of the Fasm example, Minipad, for comparison.
    The only differences are using buttons instead of menus, and
    using the default icon. (Resources are not included here.)
  Textedit
    A more complete development of Tinypad to demonstrate more of
    the features available with these macros.
  Panorama
    A program which has the ability to scroll through a large bitmap
    image under the control of the user. To use this, you neeed to load
    a large .Bmp bitmap image, the larger the better. If you do not have
    one search on "panorama" in the Google Image section. Yoiu will then
    need to convert the image from Jpg to Bmp.
    Budapest.Jpg is a good example.