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. (noun) This unusual word refers to the hot rocks that come from your spliff when you smoke hash. "a blimp has just burned a hole i..
1. The area on a woman or a Cristanella that contains the breasts. Cristanella has a large booble area. 2. The area at which the breasts..
1. A stupid rhetorical phrase used in the 4Kidsversion of the animeYuGiOh, that makes most anime fans embarrassed to watch it. "You a..