diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2014-01-23 20:31:04 -0800 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2014-01-23 20:31:27 -0800 |
| commit | 53b9ed52143792ae40c7f9c612c9e9745e8080d3 (patch) | |
| tree | bf532b71e3f04e2d04f131a1607229a4debd236f /docs | |
| parent | f36e6cd8207edeee2db84f4dad695e0e0d01ee98 (diff) | |
Simplifying disassembler. Much faster than before.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cpu.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cpu.md b/docs/cpu.md index ba490f149..3ba0d707e 100644 --- a/docs/cpu.md +++ b/docs/cpu.md @@ -25,6 +25,7 @@ which are only documented in a few places (like the gcc source code, etc). * [PowerPC Vector PEM](https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/C40E4C6133B31EE8872570B500791108/$file/vector_simd_pem_v_2.07c_26Oct2006_cell.pdf) * [AltiVec PEM](http://cache.freescale.com/files/32bit/doc/ref_manual/ALTIVECPEM.pdf) * [VMX128 Opcodes](http://biallas.net/doc/vmx128/vmx128.txt) +* [AltiVec Decoding](https://github.com/kakaroto/ps3ida/blob/master/plugins/PPCAltivec/src/main.cpp) ### x64 |
