c64lib / gradle-retro-assembler-plugin

A Gradle plugin that can build asm projects devoted for 8-bit machines (currently supports KickAssembler only)
https://c64lib.github.io/gradle-retro-assembler-plugin/
Other
11 stars 2 forks source link

Support cc65/ca65 #99

Open devnull73 opened 1 year ago

maciejmalecki commented 1 year ago

support for native tools such as cc65/ca65 is a lower prio for now, as portability can be only ensured by compiling this from sources. I can consider supporting this in a way I support goatracker, i.e. by expecing and running already installed binaries but I don't know if this is something you expect. Please specify more in description on how and what support do you expect. Sorry for late answer.

devnull73 commented 1 year ago

I think it was just a thought. I use kickass. Maybe I had the thought because Krill's loader is ca?

Support along the same lines as GT is fine, sometimes you just need to build a ca/cc lib or something.

devnull73 commented 1 year ago

Im more interested in pipeline support for cc1541/exomizer etc.... my build.gradle.kts is a mess of tasks with commandLine calls :D

devnull73 commented 1 year ago

Oh, and the ability to navigate source/drill down on labels.... that would change my world.