home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / 6502 / lang / assembler / a01.msg < prev    next >
Text File  |  1992-05-04  |  4KB  |  103 lines

  1. Title:            65C02 Assembler
  2. Author:            Alan Phillips
  3. Version:        1.6
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Alan Phillips, 
  8.             Department of Computing, 
  9.             Lancaster University
  10. Date:            04/10/87
  11. Keywords:        
  12. Shareware:        No
  13. Machine:        BBC Micro
  14. Operating system:    OS
  15. Memory requirements:    
  16. Peripherals needed:    
  17. Other s/ware needed:    
  18. Directory:        micros/bbc/a01
  19. Date mounted/updated:    04/10/87
  20. File names:        a01asm.hex
  21.             a01asm.dc1
  22.             a01asm.dc2
  23.             a01*.wwh
  24. Unarchived files:    
  25. Unarchived size:    
  26. Omissions:        
  27. See also:        
  28.  
  29. -------------------------------------------------------------------------------
  30.  
  31. Acquiring the package:
  32.  
  33. You will first need to download the files to a BBC micro. The documentation
  34. files a01asm.dc1 and a01asm.dc2 are large: if you have 40 track discs each
  35. will need one complete surface.
  36.  
  37. Once you have the files, use the converter program d99deh.bas to convert
  38. the Intel Hex form of the Assembler into a binary file. You can then either
  39. load this to Sideways RAM or program it into a 27128 EPROM.
  40.  
  41. The User Guide can be printed directly onto any printer. The form supplied
  42. has no printer control characters in it, so it can be output to any device.
  43. However, there will be no bold or underlined text: if you wish to obtain
  44. these, you will need to use the WordWise Plus source files.
  45.  
  46. The files a01*.wwh are Intel Hex encodings of the WordWise Plus source files
  47. for the User Guide. You should use the converter D99DEH.BAS to convert them
  48. to their original form: when doing this, you will need to use specific names
  49. for the output files.
  50.  
  51. a01rps.wwh         becomes     RPS
  52. a01c1a.wwh         becomes     CHAP1A
  53. a01c1b.wwh         becomes     CHAP1B
  54. a01c2.wwh          becomes     CHAP2
  55. a01c3.wwh          becomes     CHAP3
  56. a01c4.wwh          becomes     CHAP4
  57. a01c5.wwh          becomes     CHAP5
  58. a01c6.wwh          becomes     CHAP6
  59. a01c7.wwh          becomes     CHAP7
  60. a01c8.wwh          becomes     CHAP8
  61. a01c9.wwh          becomes     CHAP9
  62. a01c10a.wwh        becomes     CHAP10A
  63. a01c10b.wwh        becomes     CHAP10B
  64. a01a1.wwh          becomes     APP1
  65. a01a2a.wwh         becomes     APP2A
  66. a01a2b.wwh         becomes     APP2B
  67. a01a2c.wwh         becomes     APP2C
  68. a01a3.wwh          becomes     APP3
  69. a01a4.wwh          becomes     APP4
  70. a01a5.wwh          becomes     APP5
  71. a01print.wwh       becomes     PRINT
  72. a01spool.wwh       becomes     SPOOL
  73.  
  74. The file RPS contains 4 "rps" commands that define how underline and bold is
  75. turned on and off for your printer: as supplied the codes are correct for
  76. Epson FX80 and compatibles.
  77.  
  78. PRINT is a segment program that prints all the parts of the User Guide. To
  79. use it simply load it to a segment and use SHIFT-Fn.
  80.  
  81. SPOOL is a source file that generates a spooled copy of the Guide on disc.
  82. To use it, load it to the text area (not to a segment) and use menu option
  83. 8 (Spool Text).
  84.  
  85. Description:
  86.  
  87. The 65C02 Assembler is a full-facilities macro assembler for the BBC Micro. It
  88. runs on models B, B+, B+128, Master and Master Compact, and is compatible with
  89. a 6502 second processor. It operates with DFS, ADFS, NFS, ANFS and other
  90. fully Acorn -compatible filing systems, but will not run on cassette systems.
  91.  
  92. This release is also reported to run on Archimedes machines in 6502-
  93. compatibility mode, but has not been tested by the author on this system.
  94.  
  95. The Assembler is copyright (C) Alan Phillips 1987, but may be used by anyone
  96. for any purpose. It may be freely distributed or posted on Bulletin Board
  97. systesms: see the header page of the User Guide for the full terms.
  98.  
  99. Version 1.60 is a development of the last release 1.52. It contains many
  100. improvements, bug-fixes and new facilities: for full details of the changes
  101. see Appendix 4 of the User Guide.
  102.  
  103.