From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 8 Feb 2015 15:37:36 -0800 To: 9fans@9fans.net Message-ID: <17256729babb13da75a585c6bdd97898@brasstown.quanstro.net> In-Reply-To: <5A4C08F0-FE7C-403F-8F66-69D3AAF440A0@gmail.com> References: <5A4C08F0-FE7C-403F-8F66-69D3AAF440A0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] cmovne Topicbox-Message-UUID: 434dca68-ead9-11e9-9d60-3106f5b1d025 On Sun Feb 8 15:31:26 PST 2015, don.bailey@gmail.com wrote: > Technically, there are a few instructions that the 9 compilers miss. > This is generally handled by the BYTE directive (see the asm manual). > > Alternatively, adding a new instruction to the lexer/etc is fairly > trivial. See diffs between vc and kc, for example. you can't actually sneak around the linker with BYTE. try it, you'll see. i've added many instructions to the various compilers. i'm just double checking that it is indeed a valid instruction. the manual says it is, but that's subject to my reading comprehension. :-) - erik