generate an asm when compiling with cc65

You need an actual VIC.

Moderator: Moderators

Post Reply
funkheld
Vic 20 Devotee
Posts: 241
Joined: Tue Sep 10, 2019 4:23 am

generate an asm when compiling with cc65

Post by funkheld »

Hi good afternoon.

I want to compile a c-file with cc65.
as an output, itte would also like an asm file.
how does that work please

Thank you.
greeting
DarwinNE
Vic 20 Devotee
Posts: 231
Joined: Tue Sep 04, 2018 2:40 am
Website: http://davbucci.chez-alice.fr
Location: Grenoble - France

Re: generate an asm when compiling with cc65

Post by DarwinNE »

If I recall correctly, you can do things like this:

Code: Select all

cc65 inout.c --add-source -o inout.s
funkheld
Vic 20 Devotee
Posts: 241
Joined: Tue Sep 10, 2019 4:23 am

Re: generate an asm when compiling with cc65

Post by funkheld »

hello, thanks for the ihfo.

greeting
Post Reply