Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
app
intel-gen4asm
Commits
e66d5af1
Commit
e66d5af1
authored
Sep 01, 2006
by
Emma Anholt
Browse files
More renaming of gen4asm -> intel-gen4asm, plus README update.
parent
74d8aaee
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
e66d5af1
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.
src/Makefile.am
View file @
e66d5af1
...
...
@@ -15,4 +15,4 @@ gram.h: gram.c
BUILT_SOURCES
=
gram.h gram.c lex.c
MAINTAINERCLEANFILES
=
$(BUILT_SOURCES)
# man_MANS = gen4asm.1
# man_MANS =
intel-
gen4asm.1
src/main.c
View file @
e66d5af1
...
...
@@ -43,7 +43,7 @@ static const struct option longopts[] = {
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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment