Clinton A. Pierce wrote:

At 12:00 PM 6/1/2003 -0600, Luke Palmer wrote:

... Use find_global and its

Eureka!


Yep. globals are globals are globals.


eq RETURNTO, "10", CONT_10


AFAIK are these "line numbers", why do you want to use strings - but I really don't know (and will for sure not learn) this "language".


USERLABEL_100:
        bsr USERLABEL_200
        eq RETURNTO, "100", CONT_100
        eq RETURNTO, "", CONT_100
        ret


But everythings inside seems to be a real sub, so could be a compilation unit, AFAIK

Without RETURN x, just plain old GOSUB/RETURN I could let PIR/PASM handle all by itself with no supervision.

Or you handle "normal subs" like that and generate special code for "return x"?


leo




Reply via email to