汇编装配 meaning in English
assemble
Examples
- The solution is that we design a target machine , and translate the source codes into the target machine codes by program translation , then generate the assembly codes from the target machine codes , assemble and link the assembly codes into exe file , at last execute the exe file to get the result of program
在实现方面,提出了编译lfc的技术路线,设计一个目标抽象机,通过程序翻译的方法将源程序翻译为目标抽象机代码,然后再将抽象机代码转换为汇编代码,汇编装配连接执行。