当前位置:网站首页>How to generate assembly file
How to generate assembly file
2022-04-23 08:22:00 【zhonguncle】
Sometimes for learning or debugging , Need to see the assembly code of the program . It's in a lot of GUI Of IDE It is easy to implement in , For example, in Xcode in , Click on “Product”-“Perform Action”-“Assemble file name ” Can , as follows :
So in the terminal ?
First write a C The source code file test.c. The contents are as follows :
#include <stdio.h>
int main() {
printf("hello world!\n");
return 0;
}
Then use the following command :
$ cc -S test.c
At this time, a system named test.s The file of , It's assembly language , as follows :
I hope I can help people in need ~
版权声明
本文为[zhonguncle]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230704441805.html
边栏推荐
- QFileDialog select multiple files or folders
- Transformer-XL: Attentive Language ModelsBeyond a Fixed-Length Context 论文总结
- 如何保护开源项目免遭供应链攻击-安全设计(1)
- mysql查询字符串类型的字段使用数字类型查询时问题
- Weekly leetcode - 06 array topics 7 ~ 739 ~ 50 ~ offer 62 ~ 26 ~ 189 ~ 9
- LeetCode-199-二叉树的右视图
- vslam PPT
- Qt读写XML文件
- 关于ORB——SLAM运行中关键帧位置越来越近的异常说明
- QFileDialog 选择多个文件或文件夹
猜你喜欢
一款拥有漂亮外表的Typecho简洁主题_Scarfskin 源码下载
扎心了!一女子发朋友圈羡慕别人按时发工资被开除,连点赞的同事也一同被开除了...
关于ORB——SLAM运行中关键帧位置越来越近的异常说明
freertos学习02-队列 stream buffer message buffer
PyQt5开发之QTableWidget表头自定义与美化(附源代码下载)
Asan minimalism
My heart's broken! A woman's circle of friends envied others for paying wages on time and was fired. Even her colleagues who liked her were fired together
LeetCode-199-二叉树的右视图
Description of the abnormity that the key frame is getting closer and closer in the operation of orb slam
CSV column extract column extraction
随机推荐
Comparison of indoor positioning technology
An example of network communication based on TCP / IP protocol -- file transmission
数论求a^b(a,b为1e12级别)的因子之和
Multi vision slam
396. Rotate Function
一款拥有漂亮外表的Typecho简洁主题_Scarfskin 源码下载
vslam PPT
Qtablewidget header customization and beautification developed by pyqt5 (with source code download)
There are some problems when using numeric type to query string type fields in MySQL
[C语言] 文件操作《一》
Online yaml to XML tool
网赚APP资源下载类网站源码
Description of the abnormity that the key frame is getting closer and closer in the operation of orb slam
Ansible Automation Operation and Maintenance details (ⅰ) Installation and Deployment, Parameter use, list Management, Profile Parameters and user level ansible operating environment Construction
社区团购小程序源码+界面diy+附近团长+供应商+拼团+菜谱+秒杀+预售+配送+直播
Weekly leetcode - 06 array topics 7 ~ 739 ~ 50 ~ offer 62 ~ 26 ~ 189 ~ 9
有意思的js 代码
【解释】get ORA-12838: cannot read/modify an object after modifying it in parallel
AQS & ReentrantLock 实现原理
【学习】从零开始的音视频开发(9)——NuPlayer