diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-04 18:34:21 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-04 18:34:21 +0000 |
commit | 5406eab4f3e101162b2d8c9ef4e9ea66333e2462 (patch) | |
tree | e0c955134d3be535e7dc4c3423b7351e8cfd63d7 /code/tools/q3asm/ops.txt | |
parent | 1f56a39f925eba4140d78883fb646f17aeab9e54 (diff) | |
download | ioquake3-aero-5406eab4f3e101162b2d8c9ef4e9ea66333e2462.tar.gz ioquake3-aero-5406eab4f3e101162b2d8c9ef4e9ea66333e2462.zip |
* Added install/uninstall rules to the lcc and q3asm Makefiles
* Moved the q3asm dir to asm so that is doesn't clash with the binary when
installed
git-svn-id: svn://svn.icculus.org/quake3/trunk@136 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/tools/q3asm/ops.txt')
-rw-r--r-- | code/tools/q3asm/ops.txt | 132 |
1 files changed, 0 insertions, 132 deletions
diff --git a/code/tools/q3asm/ops.txt b/code/tools/q3asm/ops.txt deleted file mode 100644 index e897f49..0000000 --- a/code/tools/q3asm/ops.txt +++ /dev/null @@ -1,132 +0,0 @@ -CNSTF, -CNSTI, -CNSTP, -CNSTU, - -ARGB, -ARGF, -ARGI, -ARGP, -ARGU, - -ASGNB, -ASGNF, -ASGNI, -ASGNP, -ASGNU, - -INDIRB, -INDIRF, -INDIRI, -INDIRP, -INDIRU, - -CVFF, -CVFI, - -CVIF, -CVII, -CVIU, - -CVPU, - -CVUI, -CVUP, -CVUU, - -NEGF, -NEGI, - -CALLB, -CALLF, -CALLI, -CALLP, -CALLU, -CALLV, - -RETF, -RETI, -RETP, -RETU, -RETV, - -ADDRGP, - -ADDRFP, - -ADDRLP, - -ADDF, -ADDI, -ADDP, -ADDU, - -SUBF, -SUBI, -SUBP, -SUBU, - -LSHI, -LSHU, - -MODI, -MODU, - -RSHI, -RSHU, - -BANDI, -BANDU, - -BCOMI, -BCOMU, - -BORI, -BORU, - -BXORI, -BXORU, - -DIVF, -DIVI, -DIVU, - -MULF, -MULI, -MULU, - -EQF, -EQI, -EQU, - -GEF, -GEI, -GEU, - -GTF, -GTI, -GTU, - -LEF, -LEI, -LEU, - -LTF, -LTI, -LTU, - -NEF, -NEI, -NEU, - -JUMPV, - -LABELV, - -LOADB, -LOADF, -LOADI, -LOADP, -LOADU, - - |