What is Assembler?
1.
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
See
2.
A person who works on a factory production line.
Similar to working with
I am an assembler.
Random Words:
1.
A piece of flap in the vagina
John Says: "Omg you have a flapperturd"
Checlie says: "Oh i sure do"
See flapper, t..
1.
1) to keep it real
2) the opposite of to front
from the Fisticuffs skit on Chappelle's Show
I looked like a fool dressed like th..