An assembler convert source-code programs from assembly language into machine language. A linker combines individual files created by an assembler into a single executable program.
汇编器将汇编语言源代码转换为机器语言。链接器将汇编器产生的单独文件合并成一个可执行程序。
2
In this article, MULTOS virtual machine as a example, it describes how to develop an assembler and a linker of stack based virtual machine.
以MULTOS虚拟机为例,论述了基于堆栈式虚拟机的汇编器及连接器的开发方法。
3
The compiler and linker can compile and link source code program files into object code file that is executable to the virtual machine system.