On Mon, 2005-04-18 at 14:44 +0200, Leopold Toetsch wrote:

> Yep. As a first step, I'd redefine this to be C<.label>:
> 
>    .macro SpinForever (Count)
>      .label $LOOP: dec .COUNT    # ".label $LOOP" defines a local label.
>                    branch .$LOOP # Jump to said label.
>    .endm

Can you only use .label inside of macros?  (I don't know how useful it
is outside of macros, but it's a question.)

-- c

Reply via email to