martin's definitions
by Martin July 5, 2004
Get the July 6th mug.by Martin July 12, 2004
Get the Ya Boss mug.by Martin July 18, 2004
Get the fishy mug.by Martin July 19, 2004
Get the OBG mug.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
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
by Martin August 1, 2004
Get the assembler mug.Spanky is a man who posts on a wrestling message board, he is usually aboriginal and has a massive penis which resembles the statue of liberty...but bigger.
by Martin August 7, 2004
Get the Spanky mug.by Martin August 15, 2004
Get the Pahnoolied mug.