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 > 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....
 
2016-01-11 20:49
IanC
Account closed

Registered: Sep 2010
Posts: 2
Quoting Groepaz
PS: anyone who is interested in keeping the OSX port alive is invited to freenode #vice-dev :)


I've been submitting the odd patch, mostly to ensure that it continues to build on OS X. I'll do what I can, but I'm not proficient in Cocoa unfortunately.
2016-01-12 07:35
Slammer

Registered: Feb 2004
Posts: 416
Quote: Does Kickass allow for using parametric memory block labels? I need to save series of prg files with filename and suffix like 001 002 003. Is fixed string value is the only option? Whatever I try, I get block with label 'Unnamed' ;)

Currently no. It might change but that will mean a change in syntax for the .pc directive. Lets say you have the block:
.pc=$1000 virtual
This could both be a virtual block at $1000 or a block which name is determined by the string placed in the variable 'virtual'.
2016-01-12 12:18
Jammer

Registered: Nov 2002
Posts: 1289
Yeah, I know radical changes might mess things a bit up ;) How about separating .pc and .vpc? (instead of 'virtual' suffix :P)
2016-01-25 21:53
The Gothicman
Account closed

Registered: Aug 2011
Posts: 40
Not that'd be the topics before.
It's just because I'm drunk and I don't get some simple movement from, let's say, 1000 to 4000 and vice versa, get done.


Played around with those stuff, but in the end nothing worked.

SO: Either go to sleep or wait for a short (and probably logical) answer...


Right NOW I say: X, Y, Z: Fuck you!!!


Sorry for the shit, I'd say...
2016-01-26 17:46
The Gothicman
Account closed

Registered: Aug 2011
Posts: 40
Wow! I -was- drunk...

Haha... Fuck the shit... :)
2016-01-26 17:55
soci

Registered: Sep 2003
Posts: 473
No way, I don't buy that. You can do those simple movements in VICE as "T 1000 1FFF 4000".
2016-01-26 18:35
The Gothicman
Account closed

Registered: Aug 2011
Posts: 40
Believe me: I WAS drunk. If you'd know me you wouldn't doubt, at all.

And I wasn't speaking of a transfer from 1000 to 4000, but I was speaking from 1000-1fff to 4000 and, simultaneously, transfering 4000-4fff to 1000.

But, since I'm sober again, that's fixed. ;)
2016-03-07 20:53
TWW

Registered: Jul 2009
Posts: 541
Hello,

When passing an argument to a pseudo:

:pseudo_test 1234

would result in that the figgure "1234" is enterpreted as AT_ABSOLUTE (in decimal). Why not AT_NONE (as no addressing mode is really defined)?
2016-03-08 06:15
Slammer

Registered: Feb 2004
Posts: 416
Well a number in Kick Assembler indicates an absolute adressing mode:
   nothing         - no argument
   number          - absolute (or abs zeropage)
   #               - immediate
   (number),y      - indirect zeropage,y 
   etc.
How would you indicate absolute mode?

(AT_NONE is what you use in nop, sei, cli, etc. while commands like lsr can both use the argument types AT_NONE and AT_ABSOLUTE with different results)
2016-03-08 16:33
TWW

Registered: Jul 2009
Posts: 541
I was thinking a prefixed with "$" ($02 or $1234) indicating absolute. However i see Your point With the othe OPcodes (LSR etc.).

How about AT_NONE for no addressing mode ("1234") and AT_NULL for no argument ("")? Labels or const/var's would have to be prefixed somehow internally then I Guess.

I'm just trying in a pseudocommand to differentiate between an argument not being passed at all (which may result in an assertion error) and an argument passed without a prefix (which would result in an assertion warning) but it's nitpick.

Brgds!
Previous - 1 | ... | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | ... | 60 - 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
hedning/G★P
TheRyk/MYD!
Matt
zzarko
Shake/Role
Didi/Laxity
iceout/Avatar/HF
tlr
Enforcer/Deers
kbs/Pht/Lxt
Lavazza/Censor Design
CA$H/TRiAD
Guests online: 97
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 Logo Graphicians
1 Sander  (10)
2 Facet  (9.7)
3 Mermaid  (9.4)
4 Pal  (9.4)
5 Shine  (9.3)

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