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


Forums > C64 Coding > Kick Assembler Thread 2
2009-07-21 17:20
Slammer

Registered: Feb 2004
Posts: 416
Kick Assembler Thread 2

The previous thread took a little long to load, so this is a new fresh one..
 
... 590 posts hidden. Click here to view all posts....
 
2015-10-25 23:30
Slammer

Registered: Feb 2004
Posts: 416
subjik: I haven't updated yet. Hoping to hear from others who have.
2015-10-27 07:33
Jammer

Registered: Nov 2002
Posts: 1289
Are there plans to introduce more handy arrays with x dimensions instead of workaround with list and hashtags? ;)
2015-11-01 12:06
Slammer

Registered: Feb 2004
Posts: 416
Quote: Are there plans to introduce more handy arrays with x dimensions instead of workaround with list and hashtags? ;)

Not currently. You can use lists of lists to get multidimensional arrays.

If you need it, you can put it in the wishlist on the facebook-page.
2015-11-01 17:34
Dr.Science

Registered: Oct 2011
Posts: 39
Having the same issue as Subjik on OSX!
2015-11-01 18:00
Slammer

Registered: Feb 2004
Posts: 416
Ok, Could I get you to post the exact commandline you are using to run KickAssembler
2015-11-03 09:30
Dr.j

Registered: Feb 2003
Posts: 276
@Slammer: could be nice if possible to do such thing
like: .align $100 "my label" for the memory map. so to
expand the names not only for the .pc=$1000 "my label" .
your KA is the ultimate tool for coding in my eyes ;)
2015-11-11 22:09
Magic Man
Account closed

Registered: May 2015
Posts: 3
I have the same problem with OS X El Capitan. I found out that there is a very small workaround.

Just put the following directive somewhere in the code (i have it last):

.var elCapitanStartFix = LoadPicture("fix.gif", List().add($000000, $ffffff))

And have a fix.gif file which is like a one dot gif. Since you never do anything with the variable it doesn't change you produced program.

~Stephan
Magic Man/Crazy
2015-11-12 11:54
Dr.j

Registered: Feb 2003
Posts: 276
sorry for not resist myself and a big off the the topic
but Welcome Magicman i love your stuff back on "Crazy" days you were more than cool :) nice to see you here
2015-11-12 18:44
Slammer

Registered: Feb 2004
Posts: 416
I upgraded to El Capitan today, and I see your problem. I have also found a cure, but it requires some manual parsing of the arguments list since it starts the process differently. I guess there will be a release that fixes the problem this weekend.
2015-11-13 22:06
Magic Man
Account closed

Registered: May 2015
Posts: 3
Hi Slammer,

let me first say that I really like the good work you do with KickAssembler. It's quite a bit of fun coding with it since you can structure assembler at a very good way.

I have however a feature request. Why not have a "List" style pseudo command. For instance I wan't to fill multiple addresses with a single value. So what I want is something like

:mov #$00; [$2800; $2900; $2300]

the command would be like this

.pseudocommand src;[tar] {
lda src
.forall(t in tar) {
sta tar
}
}

I just used a pseudo for loop rather than the correct one. It's just to get the idea. Currently I have multiple mov commands defined putting the value into one, two, three or four destinations.

So since I haven't coded in 100 years on a C64 (I think in real it is 22 years) this maybe a stupid request ;-) If so flood it to the 00!

~Stephan
Magic Man/Crazy
Previous - 1 | ... | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | ... | 61 - 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
tecM0/Plush
Guests online: 59
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 The Ghost  (9.6)
10 Bromance  (9.6)
Top onefile Demos
1 It's More Fun to Com..  (9.8)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 Rainbow Connection  (9.5)
6 Wafer Demo  (9.5)
7 TRSAC, Gabber & Pebe..  (9.5)
8 Onscreen 5k  (9.5)
9 Dawnfall V1.1  (9.5)
10 Quadrants  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Nostalgia  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Crackers
1 Mr. Z  (9.9)
2 S!R  (9.9)
3 Mr Zero Page  (9.8)
4 Antitrack  (9.8)
5 OTD  (9.8)

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