A program that reads a file written in the assembly language and translate it into a binary representation of the corresponding machine instructions.
NASM:

section .text
global _start

msg db 'Hello, world!',0xa
len equ $ - msg

_start:
mov edx,len
mov ecx,msg
mov ebx,1
mov eax,4
int 0x80
mov eax,1
int 0x80
by Martin August 1, 2004
Get the assembler mug.
When called to an ASSEMBLE !

You can not refuse.
WEEDY ASSEMBLE !
but I'm having dinner !
ASSEMBLE !
Fine !
by Geoff Tucker ( Weedy ) December 22, 2010
Get the Assemble mug.
or you will tremble.
HMM, i think id rather tremble
internal angery
ASSEMBLE OR YOU WILL BE.. uhh
dismembled?
yeah! assemble or you will be dismembled
i have no limbs so u can do that.
GRRR. ASSEMBLE!
assemble or....
ANGERY
by the cooler penguin27 April 21, 2020
Get the assemble mug.
To come together, a big group, to build
As in NEWS TEAM ASSEMBLE!!!!!!!!!!!!!
by Killojack7 March 5, 2008
Get the Assemble mug.
1. Usually, a cult meeting lead by the cult leader or "principal."

2. A way to brainwash people and turning them into obeying sheep following commands and snitching on each other
Cultist 1: Hey, how was Monday assembly?

Cultist 2: Oh great, now I understand that geocaching alone during the summer is actually not totally retarded and that snitching bullshit without proof is actually ok.

Cultist 1: Hmm... are you sure about that?

(Cultist 1 was never to be seen again)
by Koala on Fire February 27, 2020
Get the Assembly mug.
A group of people who have been elected to meet togather regularly and make decisions or laws for a particular region or country.
State/legislative/federal/local assembly

the UN General Assembly
by Suldan November 19, 2013
Get the Assembly mug.
A programming language consisting of mnemonics for machine code instructions. Can be assembled into machine code by a program called an assembler.
I don't need to know the latest fad programming language because C++ and assembly are good enough to write any program.
by bob_bobbb March 16, 2016
Get the Assembly mug.