Quantcast
Channel: x86 Assembly - Programmers Heaven
Viewing all articles
Browse latest Browse all 152

need some help with basic instructions

$
0
0
Can I use a negative num as operand?
for exmple:
add eax, -1
or
sub eax, -1

Can I use dec, when the register's value is 0?
for exmple:
mov eax,0
dex eax



Viewing all articles
Browse latest Browse all 152

Trending Articles