Hi guys I'm trying to work out an AVR Instruction to machine code
LDI r22, 0x3D
LDI Rd, K
1110 KKKK dddd KKKK
so far I've got
1110 0011 dddd 1101
, how can dddd
be covered in 4 bits if the maximum is 15.. ?
any help would be greatly appreciated.