extract .hex file from arduino program

and what about the fuses?I have successfully switched back and forth between using the Arduino IDE / bootloader and Studio 4 / programmer without changing the fuses. It's not the best solution and may not work if the op codes are enhanced in the future but currently I assume that the values in the unprogrammed bootloader memory space are being treated as NOPs (no operation) when the processor incorrectly starts its execution there.

Don