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. (n) A more obvious way of depicting a woman who has an attractive body but an ugly face. (See: butter face.) Meant to poke fun at a par..
1. The word funsailed incorporates all states of being and all parts of matter in the physical and or meta-physical planes of existence Fu..
1. Short for Rutgers. First used to make fun of the Michigan State football after loosing 19-14 to Rutgers in the 2004 season opener. Sai..
Book Banner