Benjamin Goldberg <[EMAIL PROTECTED]> wrote:

> This is where .macro comes in handy :)

>    .macro lexical(name_in_pad, register_name)
>       local .register_name
>       find_lex .register_name, .name_in_pad
>    .endm

Macros are currently enabled for PASM mode only. But there is no special
reason, that they shouldn't be enabled in PIR mode too, if needed.

leo

Reply via email to