Examples of using Machine code in English and their translations into Russian
{-}
-
Colloquial
-
Official
I'm inserting the machine code now.
I memorized the hexadecimal times tables when I was 14 writing machine code!
It is executable machine code and thus ARCH-specific.
Programs were written in machine code.
Translation to machine code was done on demand, and the result was cached for later use.
Combining ACSI Specifications and Machine Code.
The point is that instead of translating the program into machine code, the Java compiler converts it to an intermediate language called bytecode.
It translates Common Intermediate Language to machine code.
Self-modifying code is possible for programs written in machine code, assembly language, Lisp, C, COBOL, PL/1, and Prolog.
It could also compile class files andwhole JARs that contain bytecode into machine code.
Compilers from bytecode to machine code are easier to write, because the portable bytecode compiler has already done much of the work.
To close the gap between Core Clean,a high-level functional language, and machine code, the ABC-machine is used.
Bytecode is not the machine code for any particular computer, and may be portable among computer architectures.
The JIT compiler reads the bytecodes in many sections(or in full, rarely) and compiles them dynamically into machine code so the program can run faster.
The A-0 system converted the specification into machine code that could be fed into the computer a second time to execute the said program.
Implementation of JIT compilation consists of compiling source code or byte code to machine code and executing it.
Thanks to the fact that DLL functions are machine code, their usage significantly increases execution speed, for instance, in complex calculations.
Russell had read John McCarthy's paper, and realized(to McCarthy's surprise)that the Lisp eval function could be implemented in machine code.
PALcode is Alpha machine code, running in a special mode that also allows access to internal registers specific to the particular Alpha processor implementation.
But soon, magazines were printing long lists of checksummed hexadecimal digits with machine code games or tools.
The alternative was to hand-assemble machine code that could be directly loaded into the microcomputer's memory using a front panel of toggle switches, pushbuttons and LED displays.
To achieve this goal, it is required to combine the pre- andpostcondition specifications with the machine code behavior model.
It can be used as an optimizing compiler of byte code into machine code for various architectures, or for its interpretation and JIT-compilation for some platforms.
Assembly language, or just assembly, is a low-level programming language, which uses mnemonics, instructions andoperands to represent machine code.
Machine code and assembly code are sometimes called native code when referring to platform-dependent parts of language features or libraries.
Before a computer canactually run a program, it must be transformed into low-level machine code instructions unreadable by most humans.
Generating concrete machine code from abstract ABC code is a relatively small step, so by using the ABC-machine it is much easier to target multiple architectures for code generation.
The programs written in Java, C, Go orany other programming language have to be translated to machine code to let computers understand them.
Functional simulation is the use of a computer program to simulate the execution of a second computer program written in symbolic assembly language or compiler language,rather than in binary machine code.
MU5 was designed to be about 20 times faster than Atlas, and was optimised for running compiled programs rather than hand-written machine code, something that contemporary computers were unable to do efficiently.