hints.txt 660 B

123456789101112131415161718192021222324252627
  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
  6. berkus wrote:
  7. >
  8. > Use The Source, NASM!
  9. >
  10. > Do we have the P4 'probable branch taken' (3e) and 'probable branch
  11. > not taken' (2e) prefixes opcodes?
  12. They're just segment override prefixes: 2e is CS, 3e is DS. You can just
  13. say
  14. "cs jnz foo" for a not-taken hint, "ds jnz foo" for a taken hint.
  15. Maybe it would be nice to have a more suggestive name, but you could just
  16. %define one.
  17. ---
  18. Kyle Markley
  19. Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/