Damien Lespiau 01283245ab assembler: Disable the declare test
It's not hitting a valid assertion that it tries to write an instruction
without a defined execution size (because the "default" exec_size never
end up being set).

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-08-20 18:25:52 +01:00
..
2013-08-20 18:25:52 +01:00
2013-03-04 15:54:37 +00:00
2013-03-04 15:54:42 +00:00
2013-03-04 15:54:42 +00:00
2013-03-04 15:54:42 +00:00
2013-03-04 15:54:42 +00:00
2013-03-04 15:54:42 +00:00
2013-03-04 15:54:26 +00:00
2013-03-04 15:54:42 +00:00
2013-03-04 15:54:37 +00:00
2013-03-04 15:54:37 +00:00

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.