home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / asm / phxass_410.lha / README < prev   
Encoding:
Text File  |  1995-02-09  |  2.6 KB  |  65 lines

  1. Short:    PhxAss V4.10 Macro Assembler
  2. Uploader: dhebisch@hrz.uni-bielefeld.de
  3. Author:   Phoenix@Axxis.owl.de
  4. Type:     dev/ass
  5.  
  6.  
  7. PhxAss V4.10 is a highly optimizing macro assembler for Motorola's 680x0
  8. CPUs, 6888x FPUs and 68851 MMU (of course, the 030, 040 and 060 MMUs are
  9. also supported). It requires OS2.04 (V37) and 1 MB RAM as minimum.
  10.  
  11. Most important features:
  12. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-350000
  13.   with an A4000/040.
  14. o Resident.
  15. o Symbolic and Source Level Debugging.
  16. o Automatic generation of executables (if possible).
  17. o Small Code and Small Data support (also support for __MERGED sections).
  18. o Listing file, Cross Reference Listing, Equates file.
  19. o Complete floating point support: You can use complex floating point
  20.   expressions, including float functions (sine, logarithm, square root,
  21.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  22.   SETs.
  23. o Nine different optimizations possible.
  24. o Locale symbols.
  25. o Support for Motorola's old and new operand style (even in 68000 mode).
  26. o locale.library usage (english, german, polish).
  27. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  28.   AS (Aztec) are supported. Examples: INCBIN, INCDIR, CODE_C, REPT, RS,
  29.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  30. o Finally: Although Shareware, PhxAss is completely functional!
  31.  
  32. You will find four different versions of PhxAss in this distribution:
  33. 1. PhxAss: The standard 680x0,FPU,MMU macro assembler.
  34. 2. SmallPhxAss: This is a 68000-only version without floating point support.
  35. 3. FreePhxAss: This program is FREEWARE! It is intended for developers of
  36.     PD-Compilers, who want to include PhxAss in their compiler package.
  37. 4. GigaPhxAss: Identical to PhxAss, but source codes are not limited to
  38.     65535 lines. Quite useful for assembling Reassembler outputs.
  39.  
  40.  
  41.  
  42. Also included in this archive:
  43.  
  44.    ------------------------------PhxLnk-----------------------
  45.  
  46. PhxLnk supports all features of a standard Amiga-DOS linker (like BLink),
  47. except of overlay hunks and automatic link vectors (ALV).
  48.  
  49. Implemented functions:
  50. o Links object files and libraries (SAS/C extended libraries too)
  51. o Sections can be forced to Chip-memory
  52. o Small Code, Small Data
  53. o SAS/C-Blink Small Data compatibility available
  54. o '_MERGED' sections are recognized automatically (and coalesced like
  55.   Small Data sections)
  56. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  57. o Debug blocks are removed on request
  58. o Deletes empty sections
  59. o Zero bytes at the end of a section are deleted and appear in the
  60.   HUNK_HEADER block only
  61. o User may define absolute external symbols
  62.  
  63. PhxLnk is FREEWARE.
  64.  
  65.