首页
社区
课程
招聘
[转帖]Linkedin Learning Advanced C Programming Integrating C and Assembly Language
发表于: 2021-1-7 05:30 1936

[转帖]Linkedin Learning Advanced C Programming Integrating C and Assembly Language

2021-1-7 05:30
1936

Linkedin Learning Advanced C Programming Integrating C and Assembly Language


Though a C compiler is efficient, it's possible to work with both C and assembly, enjoying the speed of assembly with the lower development time of C. In this course, instructor Dan Gookin teaches you how to link C and assembly object files, call C functions from assembly code, as well as write assembly inline in a C function. Dan starts by explaining how to acquire an assembler and run C and assembly programs. He discusses how integrating C and assembly language can improve your coding skills and program performance. He walks you through how to create a program in assembly by processing the proper steps: assemble, link, and run. Dan shows you how the compiler translates C instructions into assembly and how to optimize your C code by using assembly to target bottlenecks. He goes over how to join assembly code with C code, as well as how to use C language functions in assembly code. In conclusion, Dan explains how to use assembly functions for C.

Home: https://www.lynda.com/Amazon-Web-Se...ntegrating-C-Assembly-Language/2871168-2.html


https://mir.cr/OMN9SXRV



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 2
支持
分享
最新回复 (2)
雪    币: 2311
活跃值: (8720)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
2
本地存档
链接:https://pan.baidu.com/s/1Va6PUgWqptRhsCOfha3IFw 
提取码:5wsl
2021-1-7 17:51
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
FleTime 本地存档 链接:https://pan.baidu.com/s/1Va6PUgWqptRhsCOfha3IFw 提取码:5wsl
2021-1-7 18:07
0
游客
登录 | 注册 方可回帖
返回
//