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. An exclamation, for when it seems that one has the world on a string. Groucho: Hey, here come some twenty-year old blonde co-stars! Ch..
1. When one is insulted in such a clever and snarky way that they have no comeback. Inspired by Character on HP and all his Snarky ways.....
1. a swear used in quebec. literally it comes from the french word 'calice' which translated in english is a 'calix'. c..