Option for generating assembly listing
IanM
Posts: 40
Hi All
What are the magic options to use in SimpleIDE for generating an assembly listing? The -save-temps option seems about right but doesn't work when there is a cogc file. It only generates an assembly file for the main file.
Thanks, Ian
What are the magic options to use in SimpleIDE for generating an assembly listing? The -save-temps option seems about right but doesn't work when there is a cogc file. It only generates an assembly file for the main file.
Thanks, Ian
Comments
You need a "-S" switch to get the assembler output.
Then you should have a "-o yourSourceName.S" to get it written to the right file.
Make all other options the same as SimpleIDE shows on it's build status output.
Edit: What jazzed said. I got distracted by work mid-answer. Dang it!
Ray
Spin compiles to bytecode, not assembly.