Re: Assembler PDD

2002-03-09 Thread Simon Cozens
Simon Cozens: > lt I1, 1, ERROR > gt I1, 100, ERROR > branch OK > ERROR: print "Register out of bounds" > end > OK: > > label resolution, this code would be equivalent to: > > lt I1, 1, 9 > gt I1, 100, 6 > branch 4 > print "Register out of bounds" > en

Re: Assembler PDD

2002-03-09 Thread Nicholas Clark
On Fri, Mar 08, 2002 at 11:34:56PM -0500, Melvin Smith wrote: > At 11:31 PM 3/8/2002 -0500, Melvin Smith wrote: > ...parrot - Some variation that could be used for version Ooh. Three now. > For some reason Eudora likes to change a . at beginning of line to .. ? In your headers:

Re: Assembler PDD

2002-03-08 Thread Melvin Smith
At 11:31 PM 3/8/2002 -0500, Melvin Smith wrote: ...parrot - Some variation that could be used for version For some reason Eudora likes to change a . at beginning of line to .. ? -Melvin

Re: Assembler PDD

2002-03-08 Thread Melvin Smith
>=head2 Pragmata > >Lines beginning with a period (.) followed by some text are B >and are reserved. No pragmata are currently defined. I was supposed to organize some proposed pragmas but apparently I forgot to remind myself. I think I mailed out a couple a while back but anyway, here goes aga