Assembler

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 Martin

2.

A person who works on a factory production line.

Similar to working with c++

I am an assembler.


0

Random Words:

1. When A Boy Puts Loads of jam up his arsehole and bends over in front of the girls face and farts the jam over her face. A regular manouv..
1. a stupid dumb bitch. usually does evil things like lie, steal, and become very aggressive with money. ie, you're typical brooklyn w..
1. A funny, daily comic strip by Bill Barnes and Gene Ambaum. It's about a public library in the ficticous city of Mallville. Main c..
Book Banner