HCS12 MICROPROCESSOR Do a manual assembly of the following c
HCS12 MICROPROCESSOR
Do a manual assembly of the following code (i.e. fill in the missing data of the listing file): Line Loc Obj. code Source line AGE EQU $50;your age LAST1 EQU 2;last digit ORG $0800 save: DS.B 1;save area ORG $F000 array: DC.B 4, 4, 3, 6 weight: DC.B $C0;your weight ORG $F100 start: 1dx #array 1dab weight add b #AGE stab save 1daa 2, +x 1dab LAST1, x bra startSolution
Serial communication interface is device which enables serial exchange of data between microprocessor.
It has 8-bit accumulators, 16 bit accumulator, two index registers, stack pointer.
It has two one byte general purpose register.
It has two byte general purpose register.
It has two byte program counter.
It has good functionality, speed and it handles complex mathematics fastly.
But it has disadvantages that it might over heated and it imposes on size of data.
