ASM, Assembly Language Source Code File (.asm)
The ASM Developer file format
Assembly language is a quite low-level programming language. Code written in this language is commonly saved using the ASM file extension. These files contain the code of programs that can be translated into machine language for the programs to be executed.
Technical details of ASM files
ASM files contain source code, saved in a plain text format. Due to this, they can be opened, edited and produced using a basic text editor. In order to run the program coded using the Assembly language, however, an assembler program is needed. The assembly language inside the ASM code very strongly resembles the actual instructions of the device's code.
More information about the ASM file format
File extension | .asm |
File category | Developer |
Associated programs | File Viewer Plus (Windows) GNU Emacs (Linux) gVim (Windows) MacroMates TextMate (Mac) MacVim (Mac) Microsoft Notepad (Windows) Pico (Linux) Vim (Linux) Any Text Editor |
Useful links | More about ASM and the assembly language |
Developer | N/A |