You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
460 B
10 lines
460 B
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.
|