Re: [PATCH]Assembler.pl

2001-09-14 Thread Simon Cozens
On Thu, Sep 13, 2001 at 12:40:36PM -0500, Gibbs Tanton - tgibbs wrote: > --- assemble.pl 2001/09/13 16:29:24 1.14 > +++ assemble.pl 2001/09/13 17:38:42 > @@ -31,7 +31,7 @@ > open GUTS, "interp_guts.h"; > my %opcodes; > while () { > -next unless /\tx\[(\d+)\] = ([a-z_]+);/; >

RE: [PATCH]Assembler.pl

2001-09-13 Thread Gibbs Tanton - tgibbs
Because of some of the changes to the assembler...my patch no longer applies cleanly. Therefore, I'm resubmitting it. When we changed assemblers, the new assembler did not correctly support the transcendental math functions...this patch fixes that. Index: assemble.pl ==