home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1098.lha / Programs / PhxLnk / PhxLnk_414.readme < prev    next >
Encoding:
Text File  |  1995-03-24  |  3.7 KB  |  88 lines

  1. Short:    PhxAss V4.14 68xxx Macro Assembler
  2. Author:   Frank@Phoenix.owl.de (Frank Wille, Phoenix/Phantasm)
  3. Uploader: dhebisch@uni-bielefeld.de
  4. Type:     dev/asm
  5. Cd:       OK
  6.  
  7. This archive contains the Assembler PhxAss V4.14 and the Linker
  8. PhxLnk V4.15.
  9.  
  10. *** PHXASS ***
  11. PhxAss V4.14 is a highly optimizing macro assembler for Motorola's 680x0
  12. CPUs, 6888x FPUs and 68851 MMU (of course, the 030, 040 and 060 MMUs are
  13. also supported). It requires OS2.04 (V37) and 1 MB RAM as minimum.
  14.  
  15. Most important features:
  16. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-350000
  17.   with an A4000/040.
  18. o Resident.
  19. o Symbolic and Source Level Debugging.
  20. o Automatic generation of executables (if possible).
  21. o Small Code and Small Data support (also support for __MERGED sections).
  22. o Listing file, Cross Reference Listing, Equates file.
  23. o Complete floating point support: You can use complex floating point
  24.   expressions, including float functions (sine, logarithm, square root,
  25.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  26.   SETs.
  27. o Nine different optimizations possible.
  28. o Locale symbols.
  29. o Support for Motorola's old and new operand style (even in 68000 mode).
  30. o locale.library usage (english, german, swedish, italian and polish
  31.   (currently not included) ).
  32. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  33.   AS (Aztec) are supported. Examples: INCBIN, INCDIR, CODE_C, REPT, RS,
  34.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  35. o Finally: Although Shareware, PhxAss is completely functional!
  36.  
  37. You will find four different versions of PhxAss in this distribution:
  38. 1. PhxAss: The standard 680x0,FPU,MMU macro assembler.
  39. 2. SmallPhxAss: This is a 68000-only version without floating point support.
  40. 3. FreePhxAss: This program is FREEWARE! It is intended for developers of
  41.     PD-Compilers, who want to include PhxAss in their compiler package.
  42. 4. GigaPhxAss: Identical to PhxAss, but source codes are not limited to
  43.     65535 lines. Quite useful for assembling Reassembler outputs.
  44.  
  45. CHANGES SINCE PHXASS V4.10 (last Aminet release):
  46. Fixed Bugs:
  47. o A numerical value within the command line, e.g. with "SMALLDATA x,y"
  48.   crashes the system. It resulted from the massive changes in V4.10! :(
  49. o Beginning with error-message 89, the locale catalogs generated the
  50.   wrong message.
  51. New Features:
  52. o New directive for compatibility: "DX". Behaves the same like "DS".
  53. o The missing 68060 instructions PLPAR and PLPAW are implemented!
  54. o When assembly fails, PhxAss quits with a return code of 20 instead 1.
  55. o Implemented the __RS auto symbol.
  56. o PhxAss checks for conflicts between macro names and directive or
  57.   instruction names.
  58. o "" and '' within a string are recognized as a single ' or " character.
  59. o If a code section ends with a minimum of eight zero-bytes, no NOP-padding
  60.   will be performed.
  61. o Italian catalog.
  62.  
  63.  
  64. *** PHXLNK ***
  65. PhxLnk is FREEWARE and supports all features of a standard Amiga-DOS linker
  66. (like BLink), except of overlay hunks and automatic link vectors (ALV).
  67.  
  68. Implemented functions:
  69. o Links object files and libraries (SAS/C extended libraries too)
  70. o Sections can be forced to Chip-memory
  71. o Small Code, Small Data
  72. o SAS/C-Blink Small Data compatibility available
  73. o '_MERGED' sections are recognized automatically (and coalesced like
  74.   Small Data sections)
  75. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  76. o Debug blocks are removed on request
  77. o Deletes empty sections
  78. o Zero bytes at the end of a section are deleted and appear in the
  79.   HUNK_HEADER block only
  80. o User may define absolute external symbols
  81. o Generates HUNK_RELOC32SHORT blocks by default
  82.  
  83. CHANGES SINCE PHXLNK V4.03 (last Aminet release):
  84. Fixed Bugs:
  85. o Linking of __MERGED sections had still a bug.
  86. New Features:
  87. o PhxLnk can generate RELOC32SHORT blocks.
  88.