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. A word native to Cumbernauld, Scotland which describes any non alchoholic drink. It takes other forms for other meanings like "Droo..
1. verb: To Zoff. Evolved from saying 'piss off' too quickly. 'Zoff' became an insult. Then Zoff was made a verb. (See ..
1. 1. A master of h@x0ring teh interwebz and there for is an 31337 computer athlete. 2. The title given to someone with 20000 posts on NS ..