1 2 3 4 5 6 7 8 9
@start inc eax push eax jnz @start jnz @cont @loop push ebx jmp @loop db 0x0f, 0x04 @cont ret add eax,1