| |
tlr
Registered: Sep 2003 Posts: 1790 |
Which assemblers do you/did you use for coding?
I thought this might be interesting.
I'll start:
I started out with Hesmon, and later switched to Handics VICMON.
Never did anything major in this. Just learnt how stuff was working.
Later I bought a copy Oasis Machine Lightning (which was bought up by Ocean and turned into Laser Genious)
I used Machine Lightning for all demos I did in the 80's. Cost a shitload of money.
It's line oriented (like basic) which sucks a bit, but has very good macro facilities.
I had a quick stint with Macrofire V1.0 but thought it was cryptic.
I started using dasm as soon as I got an Amiga.
Kept on using dasm when I switched to a linux system.
I have recently started using Kick Assembler 2.12 in combination with dasm and make (under linux). |
|
... 82 posts hidden. Click here to view all posts.... |
| |
DanPhillips
Registered: Jan 2003 Posts: 39 |
With a little help from Martin Piper...
Laser Genius v1.6L by David Hunter, used to make Armalyte/Deadlock.
Split into 5 or 6 files and linked using jump tables.
Using an expert cart/action replay to load up the game and patch the part that was being worked on.
~2 minute iteration loop. We used to wonder how anyone could wait 20 minutes for a compile...Now with UE5 it seems to be the way.
Cheers
Dan |
| |
Fungus
Registered: Sep 2002 Posts: 686 |
Oh wow you used Laser Genius? Surprising. I figured you cross assembled from Amiga or something.
Did anyone use TSDS? |
| |
DanPhillips
Registered: Jan 2003 Posts: 39 |
Quote: Oh wow you used Laser Genius? Surprising. I figured you cross assembled from Amiga or something.
Did anyone use TSDS?
We used PDS (286 squirting down the parallel port IIRC), on the Last Ninja III intro...that was the last thing we did on C64 :-|
Currently using Tass64, once you setup some nice macros it's easy to work with cartridges...
Cheers
Dan |
| |
oziphantom
Registered: Oct 2014 Posts: 490 |
Quote: I didn't think persons existed who had (a) coded natively on the C64, but who (b) did not use Turbo Assembler for at least some of that coding.
I used what I had and that was a free assembler I got on a PD disc from Brunswick PD, then DoubleAss I was able to buy at a computer market for $10 somewhere. But If I could have used Turbo Assembler on a the 64 I would have, it's a lot better than 6510+, but I probably would have dropped it for DoubleAss though. |
| |
The MeatBall
Registered: Dec 2001 Posts: 367 |
Started out using TFC3 monitor, then luckily moved to TASM. Did a bit with using two c64, and tried cross-assembly (no idea what I used then, we're talking the 1990s here!). |
| |
Adam
Registered: Jul 2009 Posts: 323 |
ca65, kick assembler and ian coog & tlr's modded/fixed version of dasm. |
| |
Lead
Registered: Dec 2004 Posts: 20 |
If we're talking 'back-in-the-days'(early 90's) I was using Turbo Assembler, mostly a version that had some JCH text in the bottom, I believe this was 5.1. It worked very well but the downside was that the 'bottom' kept creeping up on you.
This resulted in the fact that you had to keep you coding/data low in the memory.
A bit later I used the Turboassembler with ComLink/MacrosAsm, linking 2 c=64s so you could have your coding in one, and use the full memory of the other.
Nowadays I used the Kickassember + Sublime text combination iif I would so ssome serious programming. Simple stuff I tend to still do on real C64 (actually I use my Ultimate-64 most) in TurboAss. |
| |
NoiseEHC
Registered: Feb 2005 Posts: 51 |
Currently I am using Rust macros as an assembler. Practically you write Rust code which generates the .prg files (and debug info and whatever else you need). All macro assemblers have some kind of programming languages embedded inside them, but they are usually crap. Using Rust for that is day and night in my opinion.
For editor it is Visual Studio Code with the Rust plugin. |
| |
spider-j
Registered: Oct 2004 Posts: 498 |
Quoting NoiseEHCCurrently I am using Rust macros as an assembler. Practically you write Rust code which generates the .prg files (and debug info and whatever else you need).
Sounds kind of crazy. Would love to take a look at how that works. |
| |
Martin Piper
Registered: Nov 2007 Posts: 722 |
I just found my very basic assembler written in BASIC. Which I used before 6510+. |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 - Next |