- Mastering Assembly Programming
- Alexey Lyashko
- 138字
- 2021-08-20 10:23:31
Flat Assembler
Now that we have seen the complexities introduced by MASM and GAS, whether it is syntax or setup complexity, let's take a look at Flat Assembler, a free, portable, self-compiling assembler for Windows and Linux with Intel syntax (very similar to that of MASM, but much less complicated and much more understandable). Exactly the tool we need for easier and faster understanding of Intel Assembly language and usage thereof.
In addition to support for various executable file formats (DOS COM files to begin with, through Windows PE (both 32 bit and 64 bit) and up to ELF (both 32 bit and 64 bit)), FASM has a very powerful macro engine, which we will definitely take advantage of. Not to mention the fact that FASM can be easily integrated into existing development environments for more complex projects.
- HTML5 移動Web開發從入門到精通(微課精編版)
- Python深度學習
- Java Web及其框架技術
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Spring實戰(第5版)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Learning Unity 2D Game Development by Example
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- 計算機應用基礎案例教程
- C++ Fundamentals
- Solutions Architect's Handbook
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Mastering jQuery Mobile
- Instant GLEW
- 青少年Python趣味編程