码迷,mamicode.com
首页 > 其他好文 > 详细

其他运算指令

时间:2017-07-22 21:11:40      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:span   and   not   运算   操作   strong   size   加密   简单的   

inc= increase
dec=decrease
and
or
not
xor

inc 操作数

inc r/m

0x12=0001 0010
0x34=0011 0100
==================
         0001 0000


0x12=0001 0010
0x34=0011 0100
==================
         0011 0110


0x12=0001 0010
0x34=0011 0100
==================
         0010  0110

mov al,0x0
xor al,al
xor al,al

0x12=0001 0010
0x12=0001 0010
================
         0000 0000


xor加密
0x1234=0001 0010 0011 0100
0x0033=0000 0000 0011 0011
=============================
             0001 0010 0000 0111=0x1207

0001 0010 0000 0111
0000 0000 0011 0011
==================
0001 0010 0011 0100  =0x1234

最简单的加密算法

其他运算指令

标签:span   and   not   运算   操作   strong   size   加密   简单的   

原文地址:http://www.cnblogs.com/xiaodaxiaonao/p/7222495.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!