mardi 7 avril 2015

opcode for the following programme in 8085 mp


Vote count:

0




XRA ; clear the accumulator MVI B, 30H ; load a number to B Register MVI C, 40H ; load a number to C Register MOV A, B ; Move the content of B to A CMP C ; Compare value of C against A JNC SMALL ; Jump if smaller HLT ; Halt program if not small SMALL: MOV A, C; save smaller num in accumulator HLT



asked 1 min ago







opcode for the following programme in 8085 mp

Aucun commentaire:

Enregistrer un commentaire