; nasm -f bin -o elf.hechizo elf.asm ; beck@manson.vistech.net BITS 32 org 0x00000000 db 0x7f, 0x45, 0x4c, 0x46 dd 0x1 dd 0x0 dd $$ dw 0x2 dw 0x3 empieza: mov dl, 0xa jmp short write dd empieza dd 0x4 write: mov cl, ea inc ebx mov al, 0x4 int 0x80 xchg eax, ebx int 0x80 dw 0x20 dw 0x1 ea db 'ea', 0x0a