The problem probably happened with the switch from v1.3 to v1.4 - enough has changed since 1.3, though, that a simple reversion won't work.
The 1.3 .pasm was created by jako.c ... which doesn't generate .pasm anymore, only .PIR Since the point of "queens.pasm" was for PASM, not PIR, I took the 1.2 version (the last standalone version that wasn't created by jako), which doesn't work with parrot-cvs- latest, and ... well, i /tried/ to patch it. It uses "clone_i" and "rotate", which don't exist anymore. I'd think that "savei" and "rotate_up" were drop ins... but I'd appear to be wrong. Hopefully someone more clever will fix this up now that I've gone and pointed them in the right direction. > [EMAIL PROTECTED] - Sun Sep 22 07:21:57 2002]: > > % ../../parrot queens.pbc > +---+---+---+---+---+---+---+---+ > 8 | | * | | * | | * | | * | > +---+---+---+---+---+---+---+---+ > 7 | * | | * | | * | | * | | > +---+---+---+---+---+---+---+---+ > 6 | | * | | * | | * | | * | > +---+---+---+---+---+---+---+---+ > 5 | * | | * | | * | | * | | > +---+---+---+---+---+---+---+---+ > 4 | | * | | * | | * | | Q | > +---+---+---+---+---+---+---+---+ > 3 | * | | * | | * | | * | | > +---+---+---+---+---+---+---+---+ > 2 | | * | | * | | * | | * | > +---+---+---+---+---+---+---+---+ > 1 | * | | * | | * | | * | | > +---+---+---+---+---+---+---+---+ > A B C D E F G H > > I'm sure there were more queens on there in the past. > >