summaryrefslogtreecommitdiff
path: root/assembler/README
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-08-30 10:38:44 -0700
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:23 +0000
commit9b40c3724a032b24837fdc689ba1e0ca6097350d (patch)
tree1879cefe7096764bcd4dcc741cda9202f51f5efe /assembler/README
parent5fbc3990626328d18eeea4fbec2632b54d08772e (diff)
Add autotools build system, and rearrange directory layout.
Diffstat (limited to 'assembler/README')
-rw-r--r--assembler/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/assembler/README b/assembler/README
new file mode 100644
index 00000000..b2f22965
--- /dev/null
+++ b/assembler/README
@@ -0,0 +1,5 @@
+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.