summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2010-11-30 22:14:50 -0800
committerDan Bornstein <danfuzz@android.com>2010-11-30 22:14:50 -0800
commita1c604f5267a025400d9453606c3312f833ea713 (patch)
treec3bc1c3ec460dd4625970ea891f8cb921f9668df /docs
parent3b63be60417fc1f32605e0be2b85046ca53272d4 (diff)
downloadandroid_dalvik-a1c604f5267a025400d9453606c3312f833ea713.tar.gz
android_dalvik-a1c604f5267a025400d9453606c3312f833ea713.tar.bz2
android_dalvik-a1c604f5267a025400d9453606c3312f833ea713.zip
Add a link to the dex-format doc.
For ease of clicking around when browsing and easier discoverability in general. Change-Id: Ia50507df454dd65526e99ef14194c310bb11edb1
Diffstat (limited to 'docs')
-rw-r--r--docs/dalvik-bytecode.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dalvik-bytecode.html b/docs/dalvik-bytecode.html
index 2c81e5fdf..19931d463 100644
--- a/docs/dalvik-bytecode.html
+++ b/docs/dalvik-bytecode.html
@@ -138,6 +138,10 @@
(listed under "Op &amp; Format") as well as details about the opcode
syntax.
</li>
+<li>See the <a href="dex-format.html"><code>.dex</code> file format
+ document</a> for more details about where the bytecode fits into
+ the bigger picture.
+</li>
</ul>
<h2>Summary of Instruction Set</h2>