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"
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
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