J
J
Johnny Smith2018-07-08 18:04:54
Programming
Johnny Smith, 2018-07-08 18:04:54

What are the levels of code?

Is there any gradation of the code of logical operations to the processor, are there any levels there?
For example:
0) Microcode
1) Machine code
2) Opcode
3) Bytecode
4) ...
5) Assembly language
Are there any gaps between assembly language and machine code? Hope the question is correct

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2018-07-08
@Olek1

operations to the processor

To what - real or virtual? The opcodes of the virtual machine/processor are called bytecode. For example, jvm, clr.
0) Microcode.
1) Machine code (aka "opcodes" or bytecode, in the case of a virtual processor).
2) Assembly language (which is translated into machine code)
3) High-level languages, which are also translated: either into assembly language, or immediately into machine code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question