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_]+);/;
>
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
==
This patch allows 0-9 in the opcode name (for atan2 and log10 etc...). It
also uses the pack_type hash for the pack instead of the real_type.
Index: assemble.pl
===
RCS file: /home/perlcvs/parrot/assemble.pl,v
retrieving revision 1.