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.
When little kids learn "grown up" words/customs, thanks to the INTERNET.
A way to explain how the kid knows to another baffle..
1.
someone u dont hate its someone u hate more then teachers
sophiean ur a pussy ass ho bitch shit face cock master
1.
someone u dont ha..
1.
An artificial intelligence - a chat robot. It aims to simulate natural human chat in an interesting, entertaining and humorous manner. J..