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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
doc/examples | 4 months ago | |
test | 4 months ago | |
README | 4 months ago | |
TODO | 4 months ago | |
brw_compat.h | 4 months ago | |
brw_context.c | 4 months ago | |
brw_context.h | 4 months ago | |
brw_defines.h | 4 months ago | |
brw_disasm.c | 4 months ago | |
brw_eu.c | 4 months ago | |
brw_eu.h | 4 months ago | |
brw_eu_compact.c | 4 months ago | |
brw_eu_debug.c | 4 months ago | |
brw_eu_emit.c | 4 months ago | |
brw_eu_util.c | 4 months ago | |
brw_reg.h | 4 months ago | |
brw_structs.h | 4 months ago | |
disasm-main.c | 4 months ago | |
gen4asm.h | 4 months ago | |
gen8_disasm.c | 4 months ago | |
gen8_instruction.c | 4 months ago | |
gen8_instruction.h | 4 months ago | |
gram.y | 4 months ago | |
intel-gen4asm.pc.in | 4 months ago | |
lex.l | 4 months ago | |
main.c | 4 months ago | |
meson.build | 4 months ago | |
ralloc.c | 4 months ago | |
ralloc.h | 4 months ago |
README
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.