Can someone explain assembly language to me? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 5

Can someone explain assembly language to me?

Iā€™ve been googling what assembly language is/what its used for, but I donā€™t really understand what a lot of people are saying since I donā€™t have a compsci background and am fairly new. Can someone baby it down for me?

9th Dec 2019, 11:56 PM
ź§ą¼ŗ Jenspi ą¼»ź§‚
ź§ą¼ŗ Jenspi ą¼»ź§‚ - avatar
3 Respostas
+ 8
I'll try my best to simplify it. You get low level languages and high level languages. Assempler is a low level language. With a low level language you write code that is directly talking to the microprocessor. You are directly adressing registers and the like With a high level language, your program is read by another program called a compiler or interpreter depending on the language and this is turned into machine code that gets executed by the hardware.
10th Dec 2019, 1:35 AM
Louis
Louis - avatar
+ 1
Assembly is basically a language that is extremely close to "machine code". It's designed this way for extremely precise hardware responses, usually. Kind of like a game controller or monitor screen. Programming itself is really just creating complicated instructions for a computer to follow that is translated into machine code. In the simplest possible terms, it's like programming something that processes instructions really, really fast. Or at least that's what it's supposed to do.
10th Dec 2019, 6:47 PM
Ian Hodges
Ian Hodges - avatar
0
For programming in assembly language, you must know about algorithms and microprocessor. For programming in C, Pascal or C++, you must know about algorithms and a little of microprocessor. For programming in Java or C#, you must know only of algorithms.
11th Dec 2019, 9:32 PM
Felipe Navarro TƔrraga
Felipe Navarro TƔrraga - avatar