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. A smooth handsome Shaman that possesses the patience of Job and the wisdom of the ages. Fynris is a smooth Shaman..
1. W.O.C A.K.A Waste of Cum. Best way to describe how worthless someone is or someone no body likes and should have been a jack off. Jeff ..
1. Used as a comparison to righteously downplay the purported wrongness of a non-criminal act when it's presented as criminal. It triv..