Martin's definitions
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.by martin December 11, 2003
Get the Total Resistance mug.Used to expand a phrase, meaning a devastating experience of epic proportions from which nothing is salvageable.
by Martin December 15, 2003
Get the atomic mug.by martin December 17, 2003
Get the Lennard Skinard mug.by Martin May 3, 2004
Get the Everyone is Different mug.by Martin February 8, 2005
Get the Shakespeare mug.by Martin July 12, 2004
Get the Ya Boss mug.