Thread: test ds,4
View Single Post
  #1  
Old 01-16-2005, 06:15
jemos
 
Posts: n/a
test ds,4

Anyone knows what it does?

mov ax,ds
test ax,4

it might be a NT\9x detection or... sice detection..

ds in ring3 (NT) = 23h = 100011b
4=100b

thanks in advance
Reply With Quote