# New Ticket Created by  Simon Glover 
# Please include the string:  [netlabs #757]
# in the subject line of all future correspondence about this issue. 
# <URL: http://bugs6.perl.org/rt2/Ticket/Display.html?id=757 >



 This code:

  A:            # prints "a"
      print "a"
      end

  doesn't assemble; the assembler dies with the error message:

    Use of uninitialized value in hash element at assemble.pl line 844.
    Couldn't find operator '' on line 1.

  If you remove the ""s from the comment, it works fine. Likewise, if
  you put the label, op and comment on the same line, ie:

   A: print "a"   # prints "a"
     end

  then it assembles and runs OK.

  Simon



Reply via email to