hi, i am trying to make some assembler things (embeded, so no relation with
.net or anything, just basic dos assembler), i am checking some sources but i
dont know the meaning of two statements:
1. os = 0
2. CLD
does anyone knows what those mean? (they are not consecutive, just the
meaning of those instructions)
tnx
AlejandroLapeyre - 06 Oct 2005 10:27 GMT
VooDoo escribió:
> hi, i am trying to make some assembler things (embeded, so no relation with
> .net or anything, just basic dos assembler), i am checking some sources but i
[quoted text clipped - 8 lines]
>
> tnx
1. ?
2. CLD Clear Direction Flag
You have to look in the Intel Site
for information on the x86 family processors.
There is plenty of info there.
Best Regards
Alejandro Lapeyre