branch dump

2002-11-11 Thread Michael Collins
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: setI0, 16 branch 3 print "a" print "b" print "c" print "d" print "\n"

parrot organization

2002-12-03 Thread Michael Collins
I appologize for this, it's my second neophyte question in as many months, but I'm curious about the structure of the Parrot development organization. The principal coders, do they work on this project full-time? And is there any source of funding for this project? Is there any formal structure

PBC Object Files

2003-03-17 Thread Michael Collins
Is there currently a specification for a pbc "object file" for linking and dynamic loading? By "object file" I guess mean a file that contains compiled instructions plus a section with a table that maps subroutine/constant labels to their corresponding byte offsets within the file. If no, it mig