Man.. i just don't get assembly lanuage... been programming in java
but now IM try to do find gcd and do it in assembly
it just throw me off....
anyone have any idea how to do such thing ?
I know i have to put the variables into the registers
mov eax, a
mov ebx, b
and a b both are int ,
so i know i have to use cmp value, but i don't get what to know next,
can someone help out ?
but now IM try to do find gcd and do it in assembly
it just throw me off....
anyone have any idea how to do such thing ?
I know i have to put the variables into the registers
mov eax, a
mov ebx, b
and a b both are int ,
so i know i have to use cmp value, but i don't get what to know next,
can someone help out ?