home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / PHXASS42.LHA / README < prev   
Encoding:
Text File  |  1995-08-21  |  5.0 KB  |  108 lines

  1. Short:    PhxAss V4.20 68xxx Macro Assembler
  2. Author:   frank@phoenix.owl.de (Frank Wille, Phoenix/Phantasm)
  3. Uploader: fwille@techfak.uni-bielefeld.de
  4. Type:     dev/asm
  5.  
  6. This archive contains the Assembler PhxAss V4.20 and the Linker
  7. PhxLnk V4.17.
  8.  
  9. *** PHXASS ***
  10. PhxAss V4.20 is a highly optimizing macro assembler for Motorola's 680x0
  11. CPUs, 6888x FPUs and 68851 MMU (of course, the 030, 040 and 060 MMUs are
  12. also supported). It requires OS2.04 (V37) and 1 MB RAM as minimum.
  13.  
  14. Most important features:
  15. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-350000
  16.   with A4000/040.
  17. o Resident.
  18. o Symbolic and Source Level Debugging.
  19. o Automatic generation of executables (if possible).
  20. o Creates relocatable Amiga-DOS objects or absolute code (written into
  21.   a file (raw or Motorola S-Format), into memory or directly onto disk).
  22. o Small Code and Small Data support (also support for __MERGED sections).
  23. o Listing file, Cross Reference Listing, Equates file.
  24. o Complete floating point support: You may use complex floating point
  25.   expressions, including float functions (sine, logarithm, square root,
  26.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  27.   SETs.
  28. o Switches for nine different optimizations.
  29. o Locale symbols (xxx$ and .xxx type).
  30. o Up to 36 macro parameters.
  31. o Support for Motorola's old and new operand style (even in 68000 mode).
  32. o locale.library usage (english, german, swedish, italian, danish and
  33.   french ).
  34. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  35.   AS (Aztec) are supported. Example: INCBIN, INCDIR, CODE_C, REPT, RS,
  36.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  37. o Further development and support is guaranteed for years, because I'll
  38.   *never* change my system (Amiga forever!).
  39. o Finally: Although Shareware, there are no disabled functions in PhxAss!
  40.  
  41. You will find four different versions of PhxAss in this distribution:
  42. 1. PhxAss: The standard 680x0,FPU,MMU macro assembler.
  43. 2. SmallPhxAss: This is a 68000-only version without floating point support.
  44. 3. FreePhxAss: This program is FREEWARE! It is intended for developers of
  45.     PD-Compilers, who want to include PhxAss in their compiler package.
  46. 4. GigaPhxAss: Identical to PhxAss, but source codes are not limited to
  47.     65535 lines. Quite useful for assembling huge Reassembler outputs.
  48.  
  49. CHANGES SINCE PHXASS V4.18 (last Aminet release):
  50. Fixed Bugs:
  51. o Long range branches, which were explicitely defined as Byte branches,
  52.   were made to Word instead Long. This caused an error in the following
  53.   branch optimizations.
  54. o Distance shifts didn't work with equates (EQU).
  55. o Distance shifts didn't get the correct value in the listing file.
  56. o Forgot to close two math-libraries during clean-up.
  57. o Usage of scaling in 68000 mode will generate an error message now.
  58. o ASL will be optimized to ADD by (n)ormal optimization (if possible).
  59. o \@ generates '_000' labels instead '000'. So you will be no longer
  60.   forced to change you exec/types.i include file.
  61. o It is possible again, to create an object file which contains only
  62.   absolute XDEFs. It was already possible before v4.00, I think. ;)
  63. o Now you will get an error message, when a symbol inside a macro was
  64.   defined twice.
  65. o When both Data and Bss sections were empty in small data mode, PhxAss
  66.   generated an object file with 65535 size fields in the hunk header.
  67.  
  68. New Features:
  69. o Relocatable symbols will be suffixed by a ' in the listing file.
  70. o SECTION allows a numerical third parameter to select the type of the
  71.   section (should be $40000000 or $80000000, of course!).
  72. o Freeware-PhxAss assembles 68030-060, FPU and MMU code too.
  73. o Dutch catalog.
  74. o EQUR works with register symbols.
  75. o New directive FREG. It's like REG, but for the FPU registers. So FMOVEMs
  76.   without any registers, which could be generated by a compiler, can be
  77.   removed by optimization.
  78. o Support for PHXOPTIONS option files, which are created by PhxOpts from
  79.   Johan Johanssen. PhxOpts offers a GUI for presetting the options of
  80.   PhxAss. But of course, the command line options have still priority.
  81. o PHXASSINC has moved to ENV:PhxAss/ like the global PHXOPTIONS.
  82. o New directives SAVE and RESTORE to save name and type of the current
  83.   section. Useful in macros.
  84.  
  85.  
  86. *** PHXLNK ***
  87. PhxLnk is FREEWARE and supports all features of a standard Amiga-DOS linker
  88. (like BLink), except of overlay hunks and automatic link vectors (ALV).
  89.  
  90. Implemented functions:
  91. o Links object files and libraries (SAS/C extended libraries too)
  92. o Sections can be forced to Chip-memory
  93. o Small Code, Small Data
  94. o SAS/C-Blink Small Data compatibility available
  95. o '_MERGED' sections are recognized automatically (and coalesced like
  96.   Small Data sections)
  97. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  98. o Debug blocks are removed on request
  99. o Deletes empty sections
  100. o Zero bytes at the end of a section will be deleted and appear in the
  101.   HUNK_HEADER block only
  102. o User may define absolute external symbols
  103. o Generates HUNK_RELOC32SHORT blocks by default
  104.  
  105. CHANGES SINCE PHXLNK V4.17 (last Aminet release):
  106. o Dutch catalog.
  107.  
  108.