csforum
Joined: 18 Mar 2009
Posts: 230
|
| Posted: Thu Apr 09, 2009 3:31 pm Post subject: Is asm comparison supported with compare suite? |
|
|
| Asm files or assembler source code file is a file that is used by a computer assembler to provide functionality to the processor. An assembly language uses short mnemonics to represent some basic operations that an operating system can perform. When translating a high level code to machine language, a compiler produces machine specific assembly code for detailed or time critical applications. Many system programmers use asm comparison to compare two or more asm files and get the differences between them. Automatic file comparison software like compare suite allows users to effectively compare asm files by providing facilities like syntax highlighting. |
|