JAVA, Python, C++ and C programs for students. Here you will also find solutions to boards papers of ISC Computer Science Practical and CBSE Computer Science. ISC and ICSE JAVA PROGRAMS
Pages
▼
Saturday, May 25, 2013
One's Compliment
To find 1's compliment without complimenting the accumulator or using XOR in 8085 Assembly Language
LDA 0000H MVI B,09H LOOP: RAR CMC DCR B JNZ LOOP STA 0001H HLT
No comments:
Post a Comment