summaryrefslogtreecommitdiff
path: root/devel/intel2gas/DESCR
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-20 19:22:53 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-20 19:22:53 +0000
commit7451190b6afed0c2af9bfa55ea86ec4166e89c61 (patch)
tree0a9fa11ebaef9715d4e9df81c1abefd0f6211d61 /devel/intel2gas/DESCR
parent5992a7895e2aa695718ee9c4bf754caa8637c6a1 (diff)
downloadpkgsrc-7451190b6afed0c2af9bfa55ea86ec4166e89c61.tar.gz
Initial import of intel2gas-1.3.3 from pkgsrc-wip, packaged by
Cesar Catrian. Intel2GAS is a converter that will convert assembler source files written for NASM to files that can be assembled using the GNU Assembler (GAS), on the i386 platform. It provides support for basic MMX instructions as well. This converter was written for the Hermes project and is now released to the general public. The code inside this converter is extremely flexible, you can write a syntax file to convert between any two assembler languages on a good day.. :) Features: Basic opcodes are done MMX/FPU support (converts all Hermes files :) Preliminary Gas2Intel conversion Conversion from masm/tasm to gnu syntax
Diffstat (limited to 'devel/intel2gas/DESCR')
-rw-r--r--devel/intel2gas/DESCR14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/intel2gas/DESCR b/devel/intel2gas/DESCR
new file mode 100644
index 00000000000..39a155d9f36
--- /dev/null
+++ b/devel/intel2gas/DESCR
@@ -0,0 +1,14 @@
+Intel2GAS is a converter that will convert assembler source files written for
+NASM to files that can be assembled using the GNU Assembler (GAS), on the i386
+platform. It provides support for basic MMX instructions as well.
+
+This converter was written for the Hermes project and is now released to the
+general public. The code inside this converter is extremely flexible, you can
+write a syntax file to convert between any two assembler languages on a good
+day.. :)
+
+Features:
+Basic opcodes are done
+MMX/FPU support (converts all Hermes files :)
+Preliminary Gas2Intel conversion
+Conversion from masm/tasm to gnu syntax