home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_46 / sasm / SAsmFrEnd / Read
Text File  |  1994-03-14  |  2KB  |  67 lines

  1. This Desktop Front End for SAsm was written by Ainsley Pereira, probably
  2. because he grew impatient waiting for mine! 
  3.  
  4. As soon as I sort out the remaining bugs (?!) in SAsm I'll finish
  5. writing my own. Hopefully this will help those amongst you who can't
  6. leave the desktop without hanging a crucifix and strings of garlic
  7. around your neck and three days of prayer and fasting in preparation.
  8.  
  9.  
  10. These are short instructions for assembling the demo programs using
  11. Ainsley's front end.
  12.  
  13. 1.  Open the SAsm directory and double-click on SAsmMod to load the
  14.     Module version of the assembler. (A 'command' window will open with
  15.     a message telling you it is installed).
  16.  
  17. 2.  Double click on the !SAsmFrEnd application and it will install on
  18.     the icon bar.
  19.  
  20. 3.  Make sure that you have a RAMdisc of at least 100K. Ainsley's front
  21.     end uses this as a destination for assembled code by default.
  22.  
  23. 4.  Open the 'Examples' sub directory of the SAsm directory.
  24.  
  25. 5.  Click on the front end icon on the iconbar and a window will open.
  26.  
  27. 6.  Drag the files Hello_A, Hello_B and Hello_C_50 from the 'Examples'
  28.     directory to this window IN THAT ORDER.
  29.  
  30. 7.  Click on 'Assemble'.
  31.  
  32. If you look at the RAM disc you should find that you have two files, an
  33. application  called !RunImage and a text file called SAsmLog. If you
  34. double-click on !Runimage it will simply print -
  35.  
  36.         Welcome to the SAsm Assembler
  37.         This is the 'Hello' demonstration program
  38.  
  39. If you load the file SAsmLog into !Edit you should see a log of the
  40. messages from SAsm during assembly which should be like this -
  41.  
  42. --------------------------------------------------------------
  43. SAsm Assembler - Ver 1.f1 - ⌐ D.J.Holden 1991-1994
  44.               UNREGISTERED VERSION
  45. May be used for up to 30 days for evaluation ONLY
  46.  
  47. Library not available with unregistered version
  48. Loading source files:
  49. ADFS::APDLáB073.$.SAsm.Source.Hello_A
  50. ADFS::APDLáB073.$.SAsm.Source.Hello_B
  51. ADFS::APDLáB073.$.SAsm.Source.Hello_C_50
  52. Pre-processing completed, starting assembly
  53.  
  54. Pass 1
  55.  
  56. Pass 2
  57.  
  58. 0 Errors Found
  59. Code Length &AF Bytes - Saved as 'RAM::RamDisc0.$.!RunImage'
  60. ------------------------------------------------------------
  61.  
  62. and that's it. You can repeat the process with the other two demo
  63. programs 'Immed' and 'Local'.
  64.  
  65.  
  66.         David Holden
  67.