摘要: http://yydcdut.com/2016/03/20/split-dex/ http://blog.zongwu233.com/the-touble-of-multidex http://tech.meituan.com/mt-android-auto-split-dex.html http: 阅读全文
posted @ 2016-09-30 17:32 trenail 阅读(198) 评论(0) 推荐(0) 编辑
摘要: https://xfans.gitbooks.io/android-book/content/issue-39/Android%20dex%E5%88%86%E5%8C%85%E5%AF%BC%E8%87%B4%E7%9A%84App%E5%90%AF%E5%8A%A8%E9%80%9F%E5%BA 阅读全文
posted @ 2016-09-30 15:06 trenail 阅读(110) 评论(0) 推荐(0) 编辑
摘要: http://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207151651&idx=1&sn=9eab282711f4eb2b4daf2fbae5a5ca9a&3rd=MzA3MDU4NTYzMw==&scene=6#rd 阅读全文
posted @ 2016-09-29 12:08 trenail 阅读(398) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/huangyabin001/article/details/42777703 阅读全文
posted @ 2016-09-29 09:58 trenail 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 跳转指令1.1 B 跳转指令 B{cond} label 说明:如果条件cond满足,arm处理器将立即跳转到label指定的地址处继续执行.1.2 BL 带链接的跳转指令 BL{cond} label 说明:如果条件cond满足,会首先将当前指令的下一条指令的地址拷贝到R14(LR), 然后跳转到 阅读全文
posted @ 2016-04-06 23:06 trenail 阅读(1750) 评论(0) 推荐(0) 编辑
摘要: 条件码助记符 标志 含义 EQ Z=1 相等 NE Z=0 不相等 CS/HS C=1 无符号数大于或等于 CC/LO C=0 无符号数小于 MI N=1 负数 PL N=0 正数或0 VS V=1 溢出 VC V=0 没有溢出 HI C=1,Z=0 无符号数大于 LS C=0,Z=1 无符号数小于 阅读全文
posted @ 2016-04-06 22:35 trenail 阅读(718) 评论(0) 推荐(0) 编辑
摘要: arm 指令的基本格式如下: <opcode>{<cond>}{S}{.W\.N} <Rd>,<Rn>{,<operand2>} opcode:指令助记符,如MOV,ADD等 cond:执行条件 S:指定指令是否影响CPSR寄存器的值,如ADDS,SUBS等 .W\.N:指令宽度说明符,.W为32位 阅读全文
posted @ 2016-04-06 22:14 trenail 阅读(734) 评论(0) 推荐(0) 编辑
摘要: http://wap.91160.com/index.php?c=doc&a=show&unit_id=298&dep_id=7581&doctor_id=22641&code=3462&site=0 阅读全文
posted @ 2015-11-17 15:47 trenail 阅读(154) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/purediy/archive/2013/12/26/3492865.html 阅读全文
posted @ 2015-08-21 22:59 trenail 阅读(213) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yy1300326388/article/details/45153813 阅读全文
posted @ 2015-08-21 22:56 trenail 阅读(192) 评论(0) 推荐(0) 编辑