home *** CD-ROM | disk | FTP | other *** search
-
- This directory contains a *very* simple demo Desktop application with
- all the SAsm source files. All it does is install itself on the icon
- bar, put up a menu if you click MENU on it or a message if you click
- SELECT. The items on the menu also show a message when selected.
-
- The general idea of this is to demonstrate how a 'real' SAsm application
- looks to give you some idea of the 'feel' of SAsm. It also shows how the
- source files can be split up into various sections and assembled using a
- master 'make' file. This file also defines filenames for the error file,
- listing file, label file, etc. so if you use the command line switches
- for these the output will automaticlly be sent to the file.
-
- In this case because the application is very small all the 'working'
- code is in one file but with a larger program this would obviously be
- split up into several sections.
-
-
- The application is supplied ready assembled but you will obviously want
- to assemble it for yourself to see what happens. To do this :-
-
- 1. Load the !SAsm desktop front end. This will automatically load
- the Module version of SAsm.
-
- 2. Double-click on the 'Make' file in the 'asm' directory.
-
- 3. Click SELECT on the !SAsm icon to open the Control window
-
- 4. Click on the 'GO' icon in this window
-
- 5. A Task window should open and you should see the files being
- assembled and saved to the !Demo application directory.
-
- The file 'Make' sets up all the data required by SAsm and then uses
- 'include' to assemble the files in order. Obviously you will want to
- inspect all of these to see how it's done.
-
- You may find it interesting to insert some 'deliberate mistakes' into
- one or more of these files and see how SAsm copes with them. I'm sure
- you can have hours of innocent fun in this way.
-
- David Holden --- August 1995
-
-