How to generate .s file

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
YoIs_1298666
Level 5
Level 5
250 sign-ins 100 replies posted 100 sign-ins

Hello,

How to generate .s file with -s option in PSOC Creator?

  for example : gcc -S test_program.c

Best regards,

Yocchi

0 Likes
1 Solution
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi Yocchi-san,

In PSoC Creator and Modus, assembly files have a .o extension when it is used -S option. See .o as a text file.

Regards,

Kenshow

View solution in original post

1 Reply
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi Yocchi-san,

In PSoC Creator and Modus, assembly files have a .o extension when it is used -S option. See .o as a text file.

Regards,

Kenshow