Shop OBEX P1 Docs P2 Docs Learn Events
Can I See Generated PASM? — Parallax Forums

Can I See Generated PASM?

DavidZemonDavidZemon Posts: 2,973
edited 2012-06-27 11:31 in Propeller 1
Is there any for me to view the assembly generated from propgcc? I'd love to use that and learn from it for creating my own, optimized code.

Thanks,
David

Comments

  • mindrobotsmindrobots Posts: 6,506
    edited 2012-06-27 10:59
    Assuming you are using SimpleIDE, right click on the file in the project manager panel and select "Show Assembly"

    There's a way to do it from teh command line, but I don't do command lines! :smile:
  • Dave HeinDave Hein Posts: 6,347
    edited 2012-06-27 11:01
    Use the -S option from the command line.
  • DavidZemonDavidZemon Posts: 2,973
    edited 2012-06-27 11:31
    Awesome! Thank you very much. This is excellent news - moving into the beta phase :) I'm very excited!
Sign In or Register to comment.