Нашел в хелпе АВРСтудио 4,15 следующую информацию:

Devices using the AVR8L CPU: ATtiny10

The AVR8L CPU core is a low-cost version of the AVR, and lacks certain features found in regular AVR, most notably:
Register file is 16 registers instead of 32 (R16-R31). The assembler will produce an error message if registers R0-R15 are used.
Instruction set is reduced, see table below. Notice that the LDS/STS instructions are different from regular AVRs, it is a 1-word instruction with an addressing range of 128 bytes. Also notice that the LPM instruction is eliminated; the Flash memory is mapped into data memory and can be read by means of using the LD instruction.

На сайте атмела - информации по ней не нашел.
Посмотрел в инете об ATtiny10 - пишут, (1999 год) вроде ОТР аналог 11-й тини. Но там у нее 16 регистров и упоминаний о AVR8L нет. (http://avr.hw.cz/pdf/attiny_10_11_12.pdf)
Сначала подумал, может раньше не заметил этой тиньки и ее с производства давно уже сняли, но в хелпе в инструкциях типа ld добавилась информация по времени выполнения команд для ХМеги и AVR8L

Есть подозрения, что атмел просто с названием тини10 ошиблась.