Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user Werner ! (Registered 2024-05-30) You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Assembler with dynamic symbol creation
2016-06-12 06:19
Hypnosis

Registered: Mar 2015
Posts: 36
Assembler with dynamic symbol creation

I have read some documentation for an assembler that allowed labels or symbols to be created dynamically, basically by concatenating strings. Which assembler was that?
 
... 20 posts hidden. Click here to view all posts....
 
2016-06-22 11:49
Oswald

Registered: Apr 2002
Posts: 5029
Quote: at the moment i doing it like this with kickass:

.const count=25
loop1: .for(var i=0; i<count; i++) {
lda #i
sta loop2+1+i*5
}


loop2: .for(var i=0; i<count; i++) {
color: lda #0
sta $d020
}


lda #i
ldy #$01
sta (fe),y

lda fe
clc
adc #$05
sta fe
bcc *+4
inc ff
2016-06-22 11:52
Peacemaker

Registered: Sep 2004
Posts: 243
thanks oswald, but that is slower =)
2016-06-22 12:14
Oswald

Registered: Apr 2002
Posts: 5029
no, thats the generator. just wanted to show how simple is it you macro nerds :)
2016-06-22 12:35
Compyx

Registered: Jan 2005
Posts: 631
But what are 'fe' and 'ff', macro's? ;)
2016-06-22 12:37
chatGPZ

Registered: Dec 2001
Posts: 11148
those are not macros, those are labels!
Previous - 1 | 2 | 3 - Next
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
iceout/Avatar/HF
DivertigO
Airwolf/F4CG
cadaver/covertbitops
Alakran_64
rexbeng
csabanw
Guests online: 114
Top Demos
1 Next Level  (9.8)
2 13:37  (9.7)
3 Mojo  (9.7)
4 Coma Light 13  (9.7)
5 Aliens in Wonderland  (9.6)
6 Edge of Disgrace  (9.6)
7 No Bounds  (9.6)
8 Comaland 100%  (9.6)
9 Uncensored  (9.6)
10 Wonderland XIV  (9.6)
Top onefile Demos
1 Happy Birthday Dr.J  (9.7)
2 Layers  (9.6)
3 It's More Fun to Com..  (9.6)
4 Cubic Dream  (9.6)
5 Party Elk 2  (9.6)
6 Copper Booze  (9.6)
7 TRSAC, Gabber & Pebe..  (9.5)
8 Rainbow Connection  (9.5)
9 Dawnfall V1.1  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Nostalgia  (9.4)
2 Oxyron  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 SHAPE  (9.3)
Top Organizers
1 Burglar  (9.9)
2 Sixx  (9.8)
3 hedning  (9.7)
4 Irata  (9.7)
5 MWS  (9.6)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.044 sec.