Arduino Micro as ISP and atTiny84A

spcomputing:
Micro pin 8 (SS) to ATtiny Reset Pin
Micro pin 9 (SCK) to ATtiny SCK
Micro pin 10 (MOSI) to ATtiny MOSI
Micro pin 11 (MISO) to ATtiny MISO

I think those are physical pins. I think the diagram in the upper-left corner is the one of interest... MOSI is top-left; SS is next to MOSI; SCK is top-right; MISO is next to SCK.

I suspect the ArduinoISP sketch will have to be modified for the SS pin.

Nice catch Coding Badly, I keep thinking of the mini when I see micro.

Thanks.