home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / asm / phxass / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-25  |  3.8 KB  |  132 lines

  1. .name
  2. PhxAss
  3. .type
  4. Assembler
  5. .aminet-dir
  6. dev/asm
  7. .short
  8. Highly optimizing macro assembler
  9. .description
  10. PhxAss V4.xx 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) as a minimum and does no longer
  13. support older operating systems! (Kick 1.x owners: Get PhxAss V3.97)
  14.  
  15. Most important features:
  16. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-200000
  17.   with A4000/040.
  18. o Symbolic and Source Level Debugging.
  19. o Automatic generation of executables (if possible).
  20. o Small Code and Small Data support (also support for __MERGED sections).
  21. o Listing file, Cross Reference Listing, Equates file.
  22. o Complete floating point support: You can use complex floating point
  23.   expressions, including float functions (sine, logarithm, square root,
  24.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  25.   SETs.
  26. o Switches for nine different optimizations.
  27. o Locale symbols (xxx$ and .xxx type).
  28. o Support for Motorola's old and new operand style (even in 68000 mode).
  29. o locale.library usage (english, german, polish).
  30. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  31.   AS (Aztec) are supported. Examples: INCBIN, INCDIR, CODE_C, REPT, RS,
  32.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  33. o Further development and support is guaranteed for years, because I'll
  34.   *never* change my system (Amiga forever!).
  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. PhxAss is SHAREWARE. A registration will cost you 25 DM or 15$. In return
  46. you will receive the latest update and the right to ask me for a new update
  47. whenever you want.
  48. .version
  49. 4.20
  50. .date
  51. 1995.08.21
  52. .author
  53. Frank Wille
  54. .requirements
  55. V4.00 requires OS2.04 (OS1.x users should get version 3.97)
  56. .reference
  57. FreshFish-Vol8-1:New/dev/asm/PhxAss/
  58. 4.00
  59. FreshFish-Vol8-2:BBS/dev/PhxAss-4.00.lha
  60. 4.00
  61. GoldFish-Vol1-2:d9xx/d933/PhxAss/
  62. 3.60
  63. FreshFish-Vol2:New/AmigaLibDisks/Disk933/PhxAss/
  64. 3.60
  65. AmigaLibDisk933:PhxAss/
  66. 3.60
  67. GoldFish-Vol1-2:d9xx/d906/PhxAss/
  68. 3.30
  69. AmigaLibDisk906:PhxAss/
  70. 3.30
  71. FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk906/PhxAss/
  72. 3.30
  73. FreshFish-Vol1:Old/AmigaLibDisks/Disks900-910/Disk906/PhxAss/
  74. 3.30
  75. GoldFish-Vol1-2:d8xx/d853/PhxAss/
  76. 3.00
  77. FreshFish-Vol2:Old/AmigaLibDisks/Disks840-859/Disk853/PhxAss/
  78. 3.00
  79. FreshFish-Vol1:Old/AmigaLibDisks/Disks840-859/Disk853/PhxAss/
  80. 3.00
  81. AmigaLibDisk853:PhxAss/
  82. 3.00
  83. GoldFish-Vol1-2:d7xx/d749/PhxAss/
  84. 2.11
  85. FreshFish-Vol1:Old/AmigaLibDisks/Disks740-759/Disk749/PhxAss/
  86. 2.11
  87. AmigaLibDisk749:PhxAss/
  88. 2.11
  89. .distribution
  90. Shareware
  91. .price
  92. $15(US), DM25
  93. .address
  94. Auf dem Dreische 45
  95. 32049 Herford
  96. GERMANY
  97. .email
  98. Phoenix@AXXIS.OWL.DE
  99. .docs
  100. PhxAss_414.readme
  101. PhxAss.guide
  102. PhxAss_d.guide
  103. .described-by
  104. Dan Fish (daf@starfish.amigalib.com)
  105. .submittal
  106. Downloaded via ftp from wuarchive.wustl.edu.
  107. .execute
  108. set choice `RequestChoice "PhxAss" "Please select an option" "View Doc" "View Guide" "Cancel"`
  109.  
  110. if $choice EQ "0"
  111.   quit 5
  112. endif
  113.  
  114. if $choice EQ "1"
  115.   MetaTool README TEXT
  116. endif
  117.  
  118. if $choice EQ "2"
  119.   set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Cancel"`
  120.   if $choice2 EQ "0"
  121.     quit 0
  122.   end if
  123.  
  124.   if $choice2 EQ "1"
  125.     MetaTool PhxAss_d.guide GUIDE
  126.   endif
  127.  
  128.   if $choice2 EQ "2"
  129.     MetaTool PhxAss.guide GUIDE
  130.   endif
  131. endif
  132.