hints.txt

来自「开源的nasm编译器源码,研究编译器原理很有帮且」· 文本 代码 · 共 27 行

TXT
27
字号
Subject: Re: [nasm-devel] P4 insnsDate: Sat, 05 May 2001 11:39:36 -0500From: Kyle Markley <kmarkley@seffera.net>Reply-To: nasm-devel@yahoogroups.comTo: nasm-devel@yahoogroups.comberkus wrote:>> Use The Source, NASM!>> Do we have the P4 'probable branch taken' (3e) and 'probable branch> not taken' (2e) prefixes opcodes?They're just segment override prefixes: 2e is CS, 3e is DS.  You can justsay"cs jnz foo" for a not-taken hint, "ds jnz foo" for a taken hint.Maybe it would be nice to have a more suggestive name, but you could just%define one.---Kyle MarkleyYour use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?