; ; Multiply By 10 by Dick Whipple ; ; Date: 11/2/2016 ; ORG 0x0000 ; LOOP: IN 0xFF MOV C,A ADD A ADD A ADD C ADD A OUT 0xFF JMP LOOP