Quantcast
Channel: x86 processor assembly language AND and OR operator precedence - Stack Overflow
Viewing all articles
Browse latest Browse all 3

x86 processor assembly language AND and OR operator precedence

$
0
0

I'm currently studying assembly language by following Kip Irvine's book "Assembly language for x86 processor".

In the book, the author stated that

the NOT operator has the highest precedence, followed by AND and OR

I know that in Java, && (and) operator has higher precedence than || (or) operator, but judging from what the author said, it seems to be that in assembly language, AND and OR operator seem to have the same precedence.

Is my understanding correct?

Also, where is the best place to look for this kind of information?


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images