;immortal program
;
;on 2.0.36 it just dumps core
;on 2.2.9 it cannot be killed and lives till reboot
;
;to compile:
;
;nasm -f elf immortal.asm
;ld -s -o immortal immortal.o


section	.text	align=0
    global	_start
_start:
