Name: - Idno. - What Is The Usnsigned and Signed Decimal Representation of F2C0H?

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Time to test your concepts.

~ Basic Concepts and Basic Programming~

Activity 2

Name : ___________________
IDNo. ____________________
1. What is the usnsigned and signed decimal representation of F2C0h?

2. What are the HEX (Hexadecimal) contents of given registers?


SI _________________________
1111100100001001

DI 1010111111110010 _________________________

3. What are the binary representations of the given registers’ data?

CX _________________________
4A25

DX 034A _________________________

4. Write an assembly language program to swap the lower bytes of AX & BX registers. You are
allowed to use other registers.
5. Write Instructions to perform following operations:
Copy contents of CL to BL
Store 0x12 in AL
Store 0 in AX
Copy contents of AX to BX

6. Write down correct versions of the following statements:


MOV AL,CX
MOV [ax],0x1124
DEC CX,1

You might also like