Probably a safer option, if you want to see what happens, is to run netcat.

nc -L -p 5000 > worm.bin should be enough.

Let it run a while and then checkout worm.bin with a hex viewer and maybe a disassembler (you do know how to read assembly?). That'll get you started.