Hi, This may be an ignorant statement since I just joined this list, but I noticed that the parrot "branch" assembly instruction doesn't work and sometimes causes a core dump on Linux 2.4.
------------------ example 1: set I0, 16 branch 3 print "a" print "b" print "c" print "d" print "\n" end result 1: prints nothing, just ends ------------ example 2: set I0, 16 branch 7 print "a" print "b" print "c" print "d" print "\n" end result 2: causes parrot to core dump (segmentation fault) ----- Since this is my first posting, I hope I haven't spoken ignorantly. I'm interested in getting involved with this project and I'd kind of like to know how things work. Got any advice for me? Michael W. Collins