Assembly language is a low-level programming language for programmable devices, specific to a particular machine architecture,
There is a set of processor architectures and different assembly instructions for them, here you can see the list of popular processor architectures and assembly languages,
Assembly languages
architecture | languages Models |
---|---|
RISC: (Reduced Instruction-Set Computer) |
PowerPC SPARC, HP-PA, MIPS, PC/XT, System/6000, |
DSP: (Digital Signal Processor) | TI 320, Devices, Motorola 56000, Analog, |
CISC: (Complex Instruction Set Computer) | PDP-11I, ntel x86, 68000, |
VLIW: (Very Long Instruction Word) | Itanium, TI 320C6000 |
Note - there are many more processor architectures and different sets of assembly instructions for them, as each machine architecture includes a different assembly language. They can range from the very basic like 4004, 6502 to the very complex like VAX-11.