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. The collection of slang terms used to describe individuals who are very attractive, especially sexually. The term is derived from the r..
1. The day before winter break in school when the teacher passes out a shit ton of quizzes. merry quizmas everyone! heres a fucking quiz! ..
1. The state of being scared or paranoied of someone playing an april fools prank on you. Its April 1st and Mike has april phoolbia becaus..