assembly
sonn_linux_tech
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Assembly Note
jeif equal then jmpjgif the second gt the first, then jmpjgeif the second ge the first, then jmpjlif the second lt the first, then jmpjleif the second le the first, then jmp原创 2016-09-25 15:18:28 · 386 阅读 · 0 评论 -
How to use the function of assembly.
Here are some simple conceptions that I summarized: 1, %rsp ----- top of the stack 2, %rbp ----- base address 3, The stack of function is upside down原创 2016-10-14 21:23:00 · 455 阅读 · 0 评论 -
Using assembly writing algorithm programs
This's my first version.The logic is simple, just the selection sort.I spent much time learning how to write AT&T assembly on 64-bit Linux.almost all books just talk about 32-bit assembly.Such as原创 2016-10-04 18:17:09 · 476 阅读 · 0 评论
分享