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/



_______________________________________________
bug-gforth mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-gforth

Reply via email to