summaryrefslogtreecommitdiff
path: root/assembler/README
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-09-01 16:18:06 -0700
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:25 +0000
commit713db8b220009c9fd10be0ce259bfa02bca7bdb0 (patch)
treea81fdecb533fbf6805298e62fe331d854c1fa724 /assembler/README
parent09bf91ea75e7910dbf80c173bb47310f4638b37b (diff)
More renaming of gen4asm -> intel-gen4asm, plus README update.
Diffstat (limited to 'assembler/README')
-rw-r--r--assembler/README10
1 files changed, 7 insertions, 3 deletions
diff --git a/assembler/README b/assembler/README
index b2f22965..bfc95865 100644
--- a/assembler/README
+++ b/assembler/README
@@ -1,5 +1,9 @@
-gen4asm is a program to compile an assembly language for the Intel 965 Express
-Chipset. It has been used to construct programs for textured video in the 2d
-driver.
+intel-gen4asm is a program to compile an assembly language for the Intel 965
+Express Chipset. It has been used to construct programs for textured video in
+the 2d driver.
Some examples of gen4 assembly programs are in the doc/examples directory.
+
+Note that the language parsed by this assembler is not exactly what the final
+language is going to look like. In particular, the send instructions need to
+be cleaned up and made more reasonable to program with.