Re: Changes to assemble.pl: Includes and Macros

2001-09-20 Thread Brian Wheeler
On Thu, 2001-09-20 at 00:38, Simon Cozens wrote: > On Wed, Sep 19, 2001 at 11:29:08PM -0500, Brian Wheeler wrote: > > The only incompatibility I've introduced is now assemble.pl won't read > > from stdin...you have to give it a filename. Patches welcome! > > And, of course, these beautiful new f

Re: Changes to assemble.pl: Includes and Macros

2001-09-19 Thread Simon Cozens
On Wed, Sep 19, 2001 at 11:29:08PM -0500, Brian Wheeler wrote: > The only incompatibility I've introduced is now assemble.pl won't read > from stdin...you have to give it a filename. Patches welcome! And, of course, these beautiful new features don't appear in the assembler documentation. This

Changes to assemble.pl: Includes and Macros

2001-09-19 Thread Brian Wheeler
Please test this out to make sure I haven't done anything stupid! The syntax for including another file is: include 'filename' or include "filename" The file will be included as-is at that spot. The listing will reflect that a series of lines was included by printing # Star