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. Some who takes pride in the aftermath of extreme and explosive diarrhea. Bob: God damn Tom! You splatter blasted the hell out of the t..
1. A word meaning "Lots of giggles". A girly way of saying lol. "I think Bon Jovi is realy cute" "log" 2...
1. The definition is pretty much correct, but the word is spelled 'zaftig'. It means: 1. Full-bosomed. 2. Having a full, shape..
Book Banner