- Mastering Assembly Programming
- Alexey Lyashko
- 259字
- 2021-08-20 10:23:31
Installing the Flat Assembler
Regardless of whether you are on Windows or on Linux, you can get the Flat Assembler in the same easy way:
- First, visit https://flatassembler.net/download.php and select the proper package for your operating system:

- Unpack the package. Both Windows and Linux packages come with FASM sources, documentation, and examples. As we see in the following screenshot, the Windows version comes with two executables: fasm.exe and fasmw.exe. The only difference between the two is that fasmw.exe is a GUI implementation of Flat Assembler, while fasm.exe is the command line only:

Both executables may be run from the directory you unpacked the package to, as they have no external dependencies. If you decide to move it elsewhere, do not forget to put the INCLUDE folder and the FASMW.INI file (if one has already been created) into the same directory. If you copy FASMW.INI, then you will have to manually edit the Include path under the [Environment] section. Alternatively, you may skip copying FASMW.INI, as it will be automatically created the first time you launch FASMW.EXE.
The Linux version lacks the GUI part, but it still contains the fasm source code, documentation, and examples:

While the fasm executable for Linux, just like its Windows counterpart, has no external dependencies and may be executed directly from the folder you unpacked the package to, it is a matter of convenience to copy it to a more proper location, for example, to /usr/local/bin.
- Learning PostgreSQL
- Groovy for Domain:specific Languages(Second Edition)
- 匯編語言程序設計(第3版)
- Java應用開發技術實例教程
- Hands-On Reinforcement Learning with Python
- 計算機應用基礎實踐教程
- Learning Apache Cassandra
- Data Science Algorithms in a Week
- Groovy 2 Cookbook
- Building Apple Watch Projects
- 數據庫技術及應用教程上機指導與習題(第2版)
- HTML 5與CSS 3權威指南(第4版·上冊)
- Python High Performance(Second Edition)
- Mastering Assembly Programming
- Building RESTful Web Services with PHP 7