Test
From: Kleidemos (francesca8810_at_tin.it)
Date: 08/26/04
- Next message: The Wannabee: "Re: Unions in Assembly Language"
- Previous message: f0dder: "Re: Unions in Assembly Language"
- Next in thread: Herbert Kleebauer: "Re: Test"
- Reply: Herbert Kleebauer: "Re: Test"
- Reply: FreeZ: "Re: Test"
- Reply: wolfgang kern: "Re: Test"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 26 Aug 2004 15:18:51 GMT
I've this 2 instruction
; 00100000000000000000000<0>00
test edx, 00800000h ; MMX bit(23)
jnz MMX
; 0010000000000000000000<0>0
test edx, 00200000h ; SSE bit(25)
jnz SSE
The test opcod controls the <> bit???
If yes....in the mask(I think it's the name of the bitset) of both test
the bit is a 0.
Why?
-- Tnk Luca "Kleidemos" Francesca Un computer a un altro quando si incontrano: "Ciao, come ti boota oggi???"
- Next message: The Wannabee: "Re: Unions in Assembly Language"
- Previous message: f0dder: "Re: Unions in Assembly Language"
- Next in thread: Herbert Kleebauer: "Re: Test"
- Reply: Herbert Kleebauer: "Re: Test"
- Reply: FreeZ: "Re: Test"
- Reply: wolfgang kern: "Re: Test"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]