initial branch of %pragma support
[nasm.git] / misc / hints.txt
blob576e1cf3e3e87fd7dcc78fd9375f5fb6ce96ff92
1 Subject: Re: [nasm-devel] P4 insns
2 Date: Sat, 05 May 2001 11:39:36 -0500
3 From: Kyle Markley <kmarkley@seffera.net>
4 Reply-To: nasm-devel@yahoogroups.com
5 To: nasm-devel@yahoogroups.com
7 berkus wrote:
9 > Use The Source, NASM!
11 > Do we have the P4 'probable branch taken' (3e) and 'probable branch
12 > not taken' (2e) prefixes opcodes?
14 They're just segment override prefixes: 2e is CS, 3e is DS.  You can just
15 say
16 "cs jnz foo" for a not-taken hint, "ds jnz foo" for a taken hint.
18 Maybe it would be nice to have a more suggestive name, but you could just
19 %define one.
21 ---
22 Kyle Markley
26 Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/