Through a compilation process, this high-level code is compiled into an intermediate representation called objectcode.
通过一个编译过程,该高级代码被编译成一个名为对象代码 的中间表示。
2
Although BCPL was a high-level language (similar to c), the intermediatecode that the compiler generated was called O-code (Object code).
尽管BCPL是一种高级语言(类似于c),编译器生成的中间代码叫做o - code(对象代码)。
3
In a compiled language, you have an intermediate step, in which you take the source code, it runs through what's called a checker or a compiler or both, and it creates what's called object code.