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 sex act consisting of four men and two females, preferably twins. Much like an eiffel towerexcept with one variation. The group of m..
1. Nicest Mom in the World Prettiest Wife in North Carolina Smartest Principal Pant woman ever Best Cook ever! Susan Bruce, will you ma..
1. A word which can be inserted into a conversation to make the person who is listening think they are of low intellect, as they do not kno..