+ 58
¿How many people would like an assembler (asm or assembly) basic concept lesson? Im thinking on make one if(people.votes()>15)
An assembler language,often abbreviated asm, is a low-level programming language for a computer, or other programmable device, in which there is a very strong (but often not one-to-one) correspondence between the language and the architecture's machine code instructions. Each assembly language is specific to a particular computer architecture. In contrast, most high-level programming languages are generally portable across multiple architectures but require interpreting or compiling. Assembly language may also be called symbolic machine code.
20 Respuestas
+ 14
yes, i would like it 😃 👍
+ 12
You should note/credit the Wikipedia source from where you borrowed this information.
+ 9
bro carry on..lets see
+ 7
I want it too!
+ 7
good idea
+ 5
hands on it! This weekend full lesson of asm básicos!
+ 4
Go for it, I'd be interested to learn it. I'm pretty sure it's still very widely used
+ 4
+ 1 , please write about disassembling too )
+ 3
yees
+ 3
oh course bro....
+ 3
Im in for this! Z80, 68k, x86...
+ 2
Finally trying to publish the lesson but no way to do it properly, any idea the lesson is really huge cause include registers, instructions sets, etc... Please help me to publish this!!!
+ 1
yes please
+ 1
i want to learn assembler because i have atmega 8 :)
+ 1
great idea I would definitely love it
0
might be a good idea to show how to debug and analyse it step by step
I'm really looking forward thanks for your effort
- 2
It’d be cool I need it for making game cheats <3
- 3
SoloLearn's platform could likely not support ASM simply because it would be nearly impossible to provide a real language and keep their server from getting killed while running badly-made assembly, or provide a simple assembly interpreter (which could be done with JS pretty easily).