summaryrefslogtreecommitdiff
path: root/assembler/README
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/README')
-rw-r--r--assembler/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/assembler/README b/assembler/README
deleted file mode 100644
index bfc95865..00000000
--- a/assembler/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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.