let\'s translate to decimal like this:
13∙164+11∙163+11∙162+10∙161+0∙160 = 13∙65536+11∙4096+11∙256+10∙16+0∙1 = 851968+45056+2816+160+0 = 90000010
got It: dbba016 =90000010
let\'s translate from decimal to binary decimal (BCD) like this:
90000010 = 9 0 0 0 0 0 = 9(=1001) 0(=0000) 0(=0000) 0(=0000) 0(=0000) 0(=0000) = 100100000000000000000000BCD
the Final answer: dbba016 = 100100000000000000000000BCD