Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!Xl.tags.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 27 Oct 2012 14:11:25 -0500 From: Chris Hinsley Newsgroups: comp.lang.forth Date: Sat, 27 Oct 2012 20:11:25 +0100 Message-ID: <2012102720112595211-chrishinsley@gmailcom> References: <2012102715594849117-chrishinsley@gmailcom> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: well formed flag ? User-Agent: Unison/2.1.9 Lines: 18 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-qxHd3YL0+ZozaINv3XkNNqsiBR0hiYwe6QIiTIYIFhhfmNeVC25zhGhMoPfpUMW0N1yuwe8h3sRd8Gr!kEemkUhdWzpQr7o1rU1kPiVOHUcW5C440k0ZPMieLbM3FUnpzzDITV8A0YFplL/q9ajZvcQ= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1585 Xref: csiph.com comp.lang.forth:16781 > In SwiftForth: > see > > 354F EBX 0 [EBP] CMP 395D00 > 3552 0 # EBX MOV BB00000000 > 3557 355A JLE 7E01 > 3559 EBX DEC 4B > 355A 4 # EBP ADD 83C504 > 355D RET C3 ok > > Cheers, > Elizabeth Ouch, not keen on the JLE there ! I no branch predicators have got better but ! How about useing 'xor ebx,ebx' rather than the mov too ! Chris