From mboxrd@z Thu Jan 1 00:00:00 1970 References: From: Don Bailey Content-Type: text/plain; charset=us-ascii In-Reply-To: Message-Id: <5A4C08F0-FE7C-403F-8F66-69D3AAF440A0@gmail.com> Date: Sun, 8 Feb 2015 16:36:13 -0700 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Re: [9fans] cmovne Topicbox-Message-UUID: 434825fe-ead9-11e9-9d60-3106f5b1d025 Technically, there are a few instructions that the 9 compilers miss. This is= generally handled by the BYTE directive (see the asm manual).=20 Alternatively, adding a new instruction to the lexer/etc is fairly trivial. S= ee diffs between vc and kc, for example.=20 D > On Feb 8, 2015, at 4:27 PM, erik quanstrom wrote: >=20 > am i reading the intel docs wrong, or is 6l missing a valid instruction? >=20 > memmove5: doasm: notfound from=3D12 to=3D92 (47) CMOVQNE DX,(DI) >=20 > - erik >=20