metadata.xml 614 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <!-- maintainer-needed -->
  5. <longdescription>
  6. pasm is a portable assembler for processors of the PowerPC family,
  7. written completely in ANSI-C. All PPC standard instructions, AltiVec
  8. instructions, all 32-bit extended mnemonics and most of the 64-bit
  9. extended mnemonics are supported. pasm knows about nearly 50 directives.
  10. Among them are directives for macros, conditional assembly,
  11. include files, base-relative addressing (small data), etc..
  12. </longdescription>
  13. </pkgmetadata>