Re: New Assembler for your perusal

2002-05-26 Thread Jeff
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.

Re: New Assembler for your perusal

2002-05-26 Thread Steve Fink
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

Re: New Assembler for your perusal

2002-05-26 Thread Jeff
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

Re: New Assembler for your perusal

2002-05-26 Thread Jeff
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

Re: New Assembler for your perusal

2002-05-26 Thread Sebastian Bergmann
"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://

Re: New Assembler for your perusal

2002-05-26 Thread Clinton A. Pierce
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

Re: New Assembler for your perusal

2002-05-26 Thread Sebastian Bergmann
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