- Mastering Assembly Programming
- Alexey Lyashko
- 149字
- 2021-08-20 10:23:32
Summary
By now, we have reviewed three different assemblers: Microsoft Macro Assembler (MASM), this is an integral part of Visual Studio, GNU Assembler (GAS), this is the default backend for GNU Compilers Collection (GCC), Flat Assembler (FASM), this is a standalone, portable, flexible, and powerful assembler.
Although we will be using FASM, we may still refer to the other two from time to time, when the need arises (and it will).
Having an installed and working assembler, we are ready to proceed to Chapter 3, Intel Instruction Set Architecture (ISA), and start working with the Assembly language itself. There is a long road ahead, and we have not made the first step yet. In Chapter 3, Intel Instruction Set Architecture (ISA), we will go through the instruction set architecture of Intel processors, and you will learn how to write simple programs for both Windows and Linux, 32 and 64-bit.
- INSTANT Mock Testing with PowerMock
- 程序員面試白皮書(shū)
- Arduino by Example
- Vue.js 2 and Bootstrap 4 Web Development
- Blockly創(chuàng)意趣味編程
- MySQL數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)實(shí)踐教程 (清華電腦學(xué)堂)
- Hands-On Microservices with Kotlin
- Learning Data Mining with R
- Go并發(fā)編程實(shí)戰(zhàn)
- ANSYS Fluent 二次開(kāi)發(fā)指南
- Developing SSRS Reports for Dynamics AX
- Python機(jī)器學(xué)習(xí)算法與應(yīng)用
- MINECRAFT編程:使用Python語(yǔ)言玩轉(zhuǎn)我的世界
- Machine Learning With Go
- Ext JS 4 Plugin and Extension Development