08 2017 档案
摘要:位操作指令位操作指令包括位测试和位扫描指令,可以直接对一个二进制位进行测试,设置和扫描。 1位测试和设置指令 格式:BT DEST,SRC BTC DEST,SRC BTR DEST,SRC BTS DEST,SRC 功能:按照源操作指定的位号,测试目的操作数,当指令执行时,被测试位的状态被复制到
阅读全文
摘要:.section .tex .global _start _start : nop movl $1,%eax jmp overhere movl $10,%ebx int $ox80 overhere: movl $20,%ebx int $0x80 编译 : as -o jumptest.o ju
阅读全文
摘要:1. http://blog.csdn.net/myarrow/article/details/8129607/ 2. http://blog.csdn.net/liuhaomatou/article/details/40398753 3. http://www.cnblogs.com/snake-
阅读全文