home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / asm2 / Install < prev   
Text File  |  1996-10-12  |  2KB  |  65 lines

  1. ASM Version 3.00ß
  2.  
  3. To install ASM, copy the main ASM program (ASM) to your
  4. Library directory.
  5.  
  6. If you have Acorn's DDE toolset, copy !ASM to the Tools
  7. directory. Then edit !Make.choices.tools, and add the
  8. following lines at the end:
  9. -------------- Cut Here ----------------
  10. ASM
  11. A
  12.  
  13. ASM $(ASMFlags) -output $@ $<
  14. DDE:!ASM.desc
  15. DDE:!ASM.!setup 
  16. -------------- Cut Here ----------------
  17.  
  18. The Impression document 'ASM_Doc' gives fairly extensive
  19. documentation of the features of ASM (including a section
  20. on features new to version 3.00), but does not attempt to
  21. act as an ARM assembly language tutor, or even describe
  22. ARM opcodes.
  23.  
  24. If you don't have Impression, please email me for an ASCII
  25. version.
  26.  
  27.  
  28. Licensing
  29. ~~~~~~~~~
  30.  
  31. ASM is FREEWARE, not Public Domain. It should only be copied
  32. and/or distributed in its intirety (including this document),
  33. and copyright remains with me. If you use it to to write
  34. applications for distribution (commercial or otherwise), an
  35. acknowledgement would be nice.
  36.  
  37.  
  38. Disclaimer
  39. ~~~~~~~~~~
  40.  
  41. ASM is distributed as is, and the author will not accept any
  42. responsibility for any resultant damage, whatever its form.
  43.  
  44.  
  45. Bug Reports
  46. ~~~~~~~~~~~
  47.  
  48. Irrespective of the formal disclaimer above, I am perfectly
  49. happy to receive emails describing any bugs discovered, and I
  50. will do my best to fix them quickly. Bug reports should include
  51. a description of the problem, and a code fragment that exhibits
  52. the aberrant behaviour.
  53.  
  54. NB There seems to be a bug in the Debugger_Disassemble SWI,
  55. that will show up if the -validate option is used on code that
  56. contains the ARM3 SWP instruction (Debugger_Disassemble returns
  57. them as "Undefined Instruction"). All my tests of the generated
  58. code against Acorn documentation indicates that ASM is producing
  59. the correct opcodes, and that it is the SWI that is at fault. If
  60. you have any info on this (ie whether the SWI or documentation
  61. is at fault) please email me.
  62.  
  63. Nick Roberts
  64. tigger@argonet.co.uk
  65.