Bryan C. Warnock <[EMAIL PROTECTED]> wrote:

> Is there is reason not to s/\.constant/.const/g for consistency's sake?

The difference is, that PASM did define an untyped variant:

  .constant FOO 42

PIR Syntax is:

  .const int FOO = 42

I'm ok with tossing the PASM variant, its barely used (only in macro.t)
and changing assemble.pl should be easy.

leo

Reply via email to