bug-gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gforth] [bug #26652] disassembler spits out "DO" for "2>r"


From: Shawn K. Quinn
Subject: [Bug-gforth] [bug #26652] disassembler spits out "DO" for "2>r"
Date: Sat, 23 May 2009 19:13:49 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009050519 Iceweasel/3.0.6 (Debian-3.0.6-1)

URL:
  <http://savannah.gnu.org/bugs/?26652>

                 Summary: disassembler spits out "DO" for "2>r"
                 Project: Gforth
            Submitted by: skquinn
            Submitted on: Sat 23 May 2009 07:13:47 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I have a word which appears as such in source:

: dwithin ( d1 d2 d3 -- f )
        2over d- 2>r d- 2r> du<
        ;

When disassembling this word with "see" in 0.7.0 I get, instead:

: dwithin  
  2over d- 
  DO     d- 2r> du< ;

So apparently somehow the disassembler is getting "DO" and "2>r" mixed up.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?26652>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]