N
N
naziks2020-06-11 03:07:41
Programming languages
naziks, 2020-06-11 03:07:41

What is the lowest level programming language?

What is the lowest level programming language? As I read on the Internet, the most popular is Assembler. But is there any other language between the machine code (yes, I know it's not a language :)) and it.

PS I apologize in advance for the stupid question. I just couldn't find an answer to it.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Belyaev, 2020-06-11
@naziks

Assemblers are different, in fact, each architecture has its own assembler. And for different OS there can be dialects. Assembler is a direct correlation of machine instructions with more human-readable assembler ones, register numbering with their names, etc. So something in the middle will not work.
PS When will the Russian language become the most popular? How are you going to deal with formal languages ​​if you can't master natural?

I
Ilya, 2020-06-11
@sarapinit

Yes that's right. Only not assembler, but assemblers, because they are different. To answer the question, you can read Wikipedia on the keyword "assembler"

S
Saboteur, 2020-06-11
@saboteur_kiev

Between assembler and machine code in modern processors there is microcode.
https://ru.wikipedia.org/wiki/%D0%9C%D0%B8%D0%BA%D...
In modern processors, this is almost everywhere. But usually microcode is written by those who design the processor.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question