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. 1. The gradual swelling and diminishing of sound produced by the voice that gives shape to a long note. This technique has been used wit..
1. Other term for '06' or mobile phone. Most used in MSN language. Away, zerosix me. Sleeping, zerosix. If it's important..
1. Abbreviation for Vanderbilt University The student liked to work hard and party hard thus applied to Vandy. See Kevin 2. The act of ..