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. aka WRONG WHEEL DRIVE...cars are supposed to be either RWD or AWD...not this car FWD configuration that causes uneven weight distributio..
1. The bravery and courage one feels as they listen to a piece of audio, inspiring them to begin singing in a public place as the music eas..
1. the cost of undoing ones-self to maintain a temporary elation or pleasure, his love for her was his upfall, and in the end led to his s..