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. fake Prada merchandise. I saved $300 buying this Frada instead of the real shit. See prada, fake, fucci, foach, clothes 2. frada is ..
1. A penis trench that is naturally formed by the breasts; yearning for a good juicing Have you seen 90210? Tori Spelling has a perfect c..
1. Special Housing Unit It is the prison within a prison. See also lockup or lockdown and PC--protective custody. Five-O found drugs up..