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 person who loves to suck dog penis while watching anime and putting a thumb in his ass. Known for an annoying voice and laughing at hi..
1. 2 words that are very close alphabetically. I live in Canada and cannabis is what I smoke. See canada, cannabis, weed, pot, mary jane..
1. Gut shot leopard is a term for "an awful mess." If my dad ever saw some of my horrible wiring jobs as a youngster, or some te..