@tbsp AAaah shit, cc65, damn. That'll have to wait until I dig out the thinkpad from storage then. Have you ever tried asm6 to assemble 6502? https://git.sr.ht/~rabbits/famicom-cookbook/tree/master/item/tools/asm6.c
Top-level
@tbsp AAaah shit, cc65, damn. That'll have to wait until I dig out the thinkpad from storage then. Have you ever tried asm6 to assemble 6502? https://git.sr.ht/~rabbits/famicom-cookbook/tree/master/item/tools/asm6.c 5 comments
@tbsp It works really well, I've fixed it up a bit. It's what I was using when I wrote Donsol(NES) on plan 9. @tbsp mhmm, that's probably an older copy then, than the one on the pi, I'll have a look. But it only fixes some issues I was having building on arm, it was something with integer length if I remember correctly. The linter is useful too, but it's a different thing tho - try it out :) It makes the code pretty |
@neauoire I tinkered with asm6 when I first dipped my toes into NES dev, but for some reason settled on ca65. I see now that asm6 is a much more lightweight dependency. Perhaps I'll transition this (and any future NES work) to use asm6.