just teaching myself Assembly language
see also: http://asm.sourceforge.net/resources.html#tutorials
installing on Ubuntu 11.10 64-bit
sudo apt-get install linux-headers
sudo apt-get install nasm
git clone [email protected]:mikesmullin/Assembly .
make write.o && ./write
make hello && ./hello
gdb hello
info files
disassemble 0x00000000004000b0,0x00000000004000cd
x/s 0x6000d0
break *0x00000000004000c4
run
continue
quit
sudo apt-get install bless
bless hello