|
Blue Forest http://www.lslnet.com at 2:08 p.m. on August 16, 2006
|
|
How to turn assemble into C or C + + languages such as languages with some compiler gcc?
|
|
Can I use gcc C sources to turn into assemble language? Thanks!
|
|
|
Re : How to turn assemble into C or C + + languages such as languages with some compiler gcc?
|
|
Yes you can. Pay attention to a switch of gcc. S Gcc-S demo.c Demo.s will generate a file, it just you want.
Chp
|
|