mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-07 16:06:25 +00:00
More renaming of gen4asm -> intel-gen4asm, plus README update.
This commit is contained in:
parent
09bf91ea75
commit
713db8b220
@ -1,5 +1,9 @@
|
|||||||
gen4asm is a program to compile an assembly language for the Intel 965 Express
|
intel-gen4asm is a program to compile an assembly language for the Intel 965
|
||||||
Chipset. It has been used to construct programs for textured video in the 2d
|
Express Chipset. It has been used to construct programs for textured video in
|
||||||
driver.
|
the 2d driver.
|
||||||
|
|
||||||
Some examples of gen4 assembly programs are in the doc/examples directory.
|
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.
|
||||||
|
@ -15,4 +15,4 @@ gram.h: gram.c
|
|||||||
BUILT_SOURCES = gram.h gram.c lex.c
|
BUILT_SOURCES = gram.h gram.c lex.c
|
||||||
MAINTAINERCLEANFILES = $(BUILT_SOURCES)
|
MAINTAINERCLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
# man_MANS = gen4asm.1
|
# man_MANS = intel-gen4asm.1
|
||||||
|
@ -43,7 +43,7 @@ static const struct option longopts[] = {
|
|||||||
|
|
||||||
void usage(void)
|
void usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "usage: gen4asm [-o outputfile] inputfile\n");
|
fprintf(stderr, "usage: intel-gen4asm [-o outputfile] inputfile\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user