Steve Fink wrote:

Why is this an error? I think I only encountered this because I had
another bug in my code, but what is wrong with looping back to the
beginning of a subroutine:


This is related to the current fixes WRT flow control, subroutines and calling conventions, which is not finished yet.



.sub _recurse

L1:


            .param int count
            eq count, 0, done
            sub count, 1
            .arg count
            # branch _recurse

branch L1


does it.


leo




Reply via email to