home.social

#ca65 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ca65, aggregated by home.social.

  1. I wasted whole day today to rewrite the challenge in assembly. I feel strange satisfaction of the result 😂 The binary is almost 4 times less the size of what I’ve made in C lang.

  2. @IPXFong Not sure if that's an option for you, but I very much prefer cross-development these days (actually, I didn't do anything else for many years).

    There are several fine opensource cross-assemblers targeting the #C64 (or, more general, the #MOS6502 family). I personally prefer #ca65 which comes with the #cc65 cross-compiler package because it can assemble to object-code and the package contains a linker, IMHO very helpful for larger and more complex projects.

  3. @IPXFong Not sure if that's an option for you, but I very much prefer cross-development these days (actually, I didn't do anything else for many years).

    There are several fine opensource cross-assemblers targeting the #C64 (or, more general, the #MOS6502 family). I personally prefer #ca65 which comes with the #cc65 cross-compiler package because it can assemble to object-code and the package contains a linker, IMHO very helpful for larger and more complex projects.