Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
Can I See Generated PASM? — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Propeller 1
Can I See Generated PASM?
DavidZemon
Posts:
2,973
2012-06-27 10:35
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
mindrobots
Posts:
6,506
2012-06-27 10:59
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!
Dave Hein
Posts:
6,347
2012-06-27 11:01
edited 2012-06-27 11:01
Use the -S option from the command line.
DavidZemon
Posts:
2,973
2012-06-27 11:31
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.
Comments
There's a way to do it from teh command line, but I don't do command lines!