From 713db8b220009c9fd10be0ce259bfa02bca7bdb0 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 1 Sep 2006 16:18:06 -0700 Subject: More renaming of gen4asm -> intel-gen4asm, plus README update. --- assembler/README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'assembler/README') 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. -- cgit v1.2.3