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

Assembler PDD

2002-03-08 Thread Simon Cozens
This is a draft of the assembly/assembler PDD; it ought to make sense without the bytecode PDD which it often refers to. I'll write that next, and follow up with an assembler, assuming vague agreement to this and that my bloody flu clears up soon. Comments welcome! =head1 TITLE The P