machine code in Czech

strojový kód Entry edited by: B2 [tech.] strojový kód Entry edited by: Milan Svoboda

Sentence patterns related to "machine code"

Below are sample sentences containing the word "machine code" from the English - Czech Dictionary. We can refer to these sentence patterns for sentences in case of finding sample sentences with the word "machine code", or refer to the context using the word "machine code" in the English - Czech Dictionary.

1. Like machine code, assembler is computer specific.

2. 3 Like machine code, assembler is computer specific.

3. 9 OBJECT CODE : Term synonymous with machine code.

4. 1 A statement to call a machine code subroutine.

5. 2 Assembler is less computer orientated than machine code.

6. 7 The automatic translation of symbolic code into machine code.

7. 8 Chapter 4 focuses on the machine code optimization techniques.

8. There are several different Assembly languages for generating x86 machine code

9. An Assembler is a program that converts assembly language into machine code

10. 15 You can request the JIT - compiler to not optimize the machine code.

11. In reality, however, not all Compiled languages are Compiled to actual machine code

12. Clang typically uses LLVM libraries to optimize the bitcode and emit machine code

13. 29 MSIL is subsequently JIT - compiled, just before execution, into native machine code.

14. 25 A program that translates a command or operation code into machine code.

15. 11 Object code ( Object language ): Machine code , as translated from a source program.

16. Each byte offset identifies a memory address used by a machine code instruction.

17. 30 Compiler: A system program that translates high - level language programs into machine code.

18. 26 Each byte offset identifies a memory address used by a machine code instruction.

19. 16 Simulation of mobile client software Fetion registry definition of the state machine code.

20. 24 The Perl interpreter then converts the byte - code representation to machine code before execution.

21. 21 A program operating on symbolic input data to produce the equivalent executable machine code.

22. Assembler – The Assembler is used to translate the program written in Assembly language into machine code

23. 10 This is because a call or jump statement's machine code operand is a relative address.

24. 6 This computer has no machine code instruction set or data formats in the ordinary sense.

25. 20 We shall also examine a few of the basic machine code instructions for one computer.

26. The output generated by Assembler is the object code or machine code understandable by the computer.

27. 14 An assembler instruction will correspond to a frequently performed operation and represents many machine code instructions.

28. 13 The set of instruction machine code is more reasonable and simplifies the design of coding controller.

29. 5 It can be programmed by machine code, by taking it through the motions, or by keyboard.

30. Executable files thus normally contain significant additional machine code beyond that directly generated from the specific source code.

31. 19 In this usage, a compiler would compile BCPL code into an intermediate machine code called O-code.

32. 4 In order for this to work, the machine code program must be loaded into the same address each time.

33. An assembler is a program that Compiles human readable assembly language to machine code, the actual instructions executed by hardware

34. A disassembler is a program used to convert binary code into assembler language, a human-readable version of machine code.

35. To close the gap between Core Clean, a high-level functional language, and machine code, the ABC-machine is used.

36. Symbolic languages, assemblers, and compilers were developed for programmers to translate symbolic program-code into machine code that previously would have been hand-encoded.

37. The processing speed of three digital computers is measured by GAMM-mix for programs in machine code and in the programming Language ALGOL 60.

38. Assembler is a program for converting instructions written in low-level assembly code into relocatable machine code and generating along information for the loader

39. 17 First, you shouldn't assume that the above assignment would be compiled as a single machine instruction unless you personally verify the machine code yourself.

40. 28 This article proposes a quick sort method based on the machine code of floating point numbers, which can sort the floating point numbers distributed at random.

41. 18 Looking at just the leaf node, this resembles the source code to a fair extend. Next this is translated into the machine code of the regular expression engine.

42. 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.

43. 22 The second message indicates that compilation has completed, and the hexadecimal address represents the starting offset of the machine code that will be executed each time the method is invoked.

44. The Ruby source code is compiled into native machine code (same process as we do at runtime with the JIT compiler), so it's also a good way to obfuscate the source code.

45. You could write a C interpreter but people usually call it a "Compiled Language", because C implementations compile to machine code, and the language was designed with compilation in mind.

46. In computing, position-independent code (PIC) or position-independent executable (PIE) is a body of machine code that, being placed somewhere in the primary memory, executes properly regardless of its absolute address.

47. 12 The Ruby source code is compiled into native machine code (same process as we do at runtime with the JIT compiler), so it's also a good way to obfuscate the source code.

48. 23 It doesn't really care how you have produced the ones and zeros, whether you have been writing machine code, assembler, or Java, or whether you have made the translation manually or automatically.

49. 27 As far as speed is concerned, you're working with machine code produced by an optimizing compiler. Execution is fast,(www.Sentencedict.com) but you might notice a startup delay as the support DLLs are loaded.

50. The Strict Aliasing rule allows us to avoid redundant machine code in cases in which it should be safe to assume that two pointers don't point to the same memory block (see also the restrict keyword)