Steve Fink wrote:
>
> I thought the ultimate goal was to make this:
>
> set P0[S0], 1
> set P0[S1], 2
> set I0, P0[S0]
> set I1, P0[S1]
You're perfectly welcome to create a new version of 'set' and 'get' that
accepts this parameter format. There's nothing special about the new
notation.
On Sun, May 26, 2002 at 01:52:58AM -0400, Jeff wrote:
> 3) KEYED ACCESS
>
> Yes, you heard me. The new assembler accepts the following test program
> (which is what I used to test the feature, so I know it works):
>
> set_keyed P0[S0],1 # HERE IT IS
> set_keyed P0[S1],2
> get_keyed I0,P0[S0]
> g
Clinton A Pierce wrote:
>
> At 09:17 AM 5/26/2002 +0200, Sebastian Bergmann wrote:
> >Jeff wrote:
> > > newasm has been completely rewritten. Three surprises lurk within.
> >
> >sb@wopr-mobile:/usr/src/parrot> newasm
> >Can't locate auto/Parrot/PakFile2/autosplit.ix
>
> Go into lib/Parrot and p
Sebastian Bergmann wrote:
>
> Jeff wrote:
> > newasm has been completely rewritten. Three surprises lurk within.
>
> sb@wopr-mobile:/usr/src/parrot> newasm
> Can't locate auto/Parrot/PakFile2/autosplit.ix in @INC (@INC contains:
> ../lib/Par
> rot/blib/arch/auto/Parrot/PakFile2 ./lib/Parrot/blib
"Clinton A. Pierce" wrote:
> Go into lib/Parrot and perl Makfile.pl && make and then try it
> again. Works okay for me.
I supposed this would be triggered automatically by 'make' in /parrot.
Thanks,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://
At 09:17 AM 5/26/2002 +0200, Sebastian Bergmann wrote:
>Jeff wrote:
> > newasm has been completely rewritten. Three surprises lurk within.
>
>sb@wopr-mobile:/usr/src/parrot> newasm
>Can't locate auto/Parrot/PakFile2/autosplit.ix
Go into lib/Parrot and perl Makfile.pl && make and then try it
aga
Jeff wrote:
> newasm has been completely rewritten. Three surprises lurk within.
sb@wopr-mobile:/usr/src/parrot> newasm
Can't locate auto/Parrot/PakFile2/autosplit.ix in @INC (@INC contains:
../lib/Par
rot/blib/arch/auto/Parrot/PakFile2 ./lib/Parrot/blib/lib ./lib
/usr/lib/perl5/5.
6.1/i586-linux