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
2.
A person who works on a factory production line.
Similar to working with
I am an assembler.
Random Words:
1.
An Youtube Based Web show for everyone 3-103 years old. You can see them on Youtube/2isthenew1
Semore and Ray is the new show and is to..
1.
to be craved by others
only to be discarded when their interest fades.
"I feel sorry for that girl, she is such a lust dumpster&q..