what is assembly | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

what is assembly

30th Nov 2017, 10:25 PM
Golden Gamerz
Golden Gamerz - avatar
1 Resposta
+ 1
Assembly Language is a low level language making use of mnemonic terms like ADD, STR, LDR, MOV32, etc. These may vary but KEIL ARM uses these. When you compile your C++ code, assembly is what your compiler gives you (obj code) . Programming in assembly allows you to directly manage memory, which is useful if you are hurting for memory and you know of a better implementation than your compiler that is more effective. I believe you will come across Assembly if you're working on console machines like PS4 and XBOX
30th Nov 2017, 10:46 PM
Echo One
Echo One - avatar