Write a program in assembly language to find out one`s and two`s complement for an 8 bit number?
Submitted by: Administrator- The program to find the one`s complement of an eight bit number is as follows:
LDA 2501H
CMA
STA 2502H
HLT
- The program to find the two`s complement is as follows:
LDA 2501H
CMA
INR A
STA 2502H
HLT
Submitted by: Administrator
LDA 2501H
CMA
STA 2502H
HLT
- The program to find the two`s complement is as follows:
LDA 2501H
CMA
INR A
STA 2502H
HLT
Submitted by: Administrator
Read Online Intel Microprocessor Job Interview Questions And Answers
Top Intel Microprocessor Questions
☺ | Intel Microprocessor Interview Questions Part Four! |
☺ | Intel Microprocessor Interview Questions Part Five! |
☺ | Briefly explain following instructions in 8086 family: |
☺ | Intel Microprocessor Interview Questions Part One! |
☺ | Explain the 8279 operation? |
Top PC Hardware Categories
☺ | Motherboard Interview Questions. |
☺ | Basic Computer Interview Questions. |
☺ | Embedded Systems Interview Questions. |
☺ | A + (Plus) Hardware Interview Questions. |
☺ | Computer Architecture Interview Questions. |