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.


43

Random Words:

1. lines used by gigolos to seduce females made famous by family guys character glen quagmire.(i.e i lost my phone number can i have yours...
1. A person who has a persistant and unrelenting personality defect in which, no matter what he does, he is always prick. It is to the poi..
1. A suffix that can be added to an adjective to make a word that refers to a person that is being that adjective. Some good -osauruses O..