Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Locals in unrolled loops in ACME
2017-08-01 08:51
ChristopherJam

Registered: Aug 2004
Posts: 1424
Locals in unrolled loops in ACME

Is it possible to have local labels in unrolled loops in ACME? Or do I need to resort to plusses and minusses?

The following doesn't assemble, as pa_nextflag etc are multiply defined:
    !for flagindex, NFLAGS-1, 0 {

    ldx mux_flagset+flagindex                 ;
    beq pa_noflags                            ;         6     *26
pa_nextflag

    stx pa_get_remaining_flags+1              ;
    ldy log_least_bit,x                       ;  8
    lda mux_ot+ybase+(NFLAGS-1-flagindex)*8,y ;
pa_pn
    pha                                       ;  7
    tax                                       ;
    lda mux_nx,x                              ;  6
    bpl pa_pn                                 ;

    lda#255                                   ;
    lda mux_ot+ybase+(NFLAGS-1-flagindex)*8,y ;  9

pa_get_remaining_flags
    ldx least_one_cleared                     ;
    bne pa_nextflag                           ;  6.75   35.75   *32

pa_noflags


    }       ; total 40.625*32

2017-08-01 11:45
Stryyker

Registered: Dec 2001
Posts: 469
In a little test I found you could use !zone then .local variables
2017-08-01 13:39
ChristopherJam

Registered: Aug 2004
Posts: 1424
Ah, thank you!

Dots before the lables, and all is fine.
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Acidchild/Padua
d0c
cba
Guests online: 479
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Codeboys & Endians  (9.7)
4 Mojo  (9.6)
5 Coma Light 13  (9.6)
6 Edge of Disgrace  (9.6)
7 Signal Carnival  (9.6)
8 Wonderland XIV  (9.5)
9 Uncensored  (9.5)
10 Comaland 100%  (9.5)
Top onefile Demos
1 Nine  (9.7)
2 Layers  (9.6)
3 Cubic Dream  (9.6)
4 Party Elk 2  (9.6)
5 Copper Booze  (9.5)
6 Scan and Spin  (9.5)
7 Onscreen 5k  (9.5)
8 Grey  (9.5)
9 Dawnfall V1.1  (9.5)
10 Rainbow Connection  (9.5)
Top Groups
1 Artline Designs  (9.3)
2 Booze Design  (9.3)
3 Performers  (9.3)
4 Oxyron  (9.3)
5 Censor Design  (9.3)
Top Webmasters
1 Slaygon  (9.7)
2 Perff  (9.6)
3 Sabbi  (9.5)
4 Morpheus  (9.4)
5 CreaMD  (9.1)

Home - Disclaimer
Copyright © No Name 2001-2025
Page generated in: 0.118 sec.