Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
9 views
Mic PR 4
Uploaded by
arqamqazi549
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download now
Download
Save MIC-PR-4 For Later
Download
Save
Save MIC-PR-4 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
9 views
Mic PR 4
Uploaded by
arqamqazi549
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download now
Download
Save MIC-PR-4 For Later
Carousel Previous
Carousel Next
Save
Save MIC-PR-4 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 2
Search
Fullscreen
Q.Assembly language program to mul two 8-bit and 16-bit numbers.
Program:-
SIGNED NUMBER UNSIGNED NUMBER
assume cs:code assume cs:code
assume ds:data assume ds:data
data segment data segment
a db 20h a db 20h
b db 30h b db -30h
c dw ? c dw ?
a1 dw 1224h a1 dw 1224h
b1 dw 3259h b1 dw -3259h
sum dd ? sum dd ?
ends data ends data
code segment code segment
start: start:
mov ax,data mov ax,data
mov ds,ax mov ds,ax
mov ax,0000h mov ax,0000h
mov al,a mov al,a
mov bl,b mov bl,b
mul bl mul bl
mov c,ax mov c,ax
mov ax,0000h mov ax,0000h
mov bx,0000h mov bx,0000h
mov ax,a1 mov ax,a1
mov bx,b1 mov bx,b1
imul bx imul bx
lea si,sum lea si,sum
mov [si],ah mov [si],ah
mov [si+1],al mov [si+1],al
mov [si+2],bh mov [si+2],bh
mov [si+3],bl mov [si+3],bl
int 3 int 3
ends code ends code
end start end start
output:-
You might also like
Mpi Lab Manual Cse
PDF
No ratings yet
Mpi Lab Manual Cse
44 pages
Programs
PDF
No ratings yet
Programs
11 pages
Jawahar Lal Nehru Technological Universiy TPC 0 3 2 (Ec 05401) Microprocessors Lab
PDF
50% (2)
Jawahar Lal Nehru Technological Universiy TPC 0 3 2 (Ec 05401) Microprocessors Lab
43 pages
MPMC Programs
PDF
No ratings yet
MPMC Programs
6 pages
Coa Programs
PDF
No ratings yet
Coa Programs
10 pages
Avg
PDF
No ratings yet
Avg
4 pages
Masm All Programes
PDF
No ratings yet
Masm All Programes
38 pages
Micro 1 To 25
PDF
No ratings yet
Micro 1 To 25
25 pages
mic15 16 17 18
PDF
No ratings yet
mic15 16 17 18
14 pages
prac13
PDF
No ratings yet
prac13
2 pages
Program - 1 Aim - : Write An ALP For Generation of Fibonaci Series
PDF
No ratings yet
Program - 1 Aim - : Write An ALP For Generation of Fibonaci Series
47 pages
Lab Manual 5 cao
PDF
No ratings yet
Lab Manual 5 cao
10 pages
MPMC Lab
PDF
No ratings yet
MPMC Lab
29 pages
Assignment 05 - MFP: Task 1
PDF
No ratings yet
Assignment 05 - MFP: Task 1
22 pages
L5 Arithmetic Logic and Shift Instr
PDF
No ratings yet
L5 Arithmetic Logic and Shift Instr
13 pages
Mic QB
PDF
No ratings yet
Mic QB
17 pages
MCSL 17 Assembly Lab Manual
PDF
100% (3)
MCSL 17 Assembly Lab Manual
34 pages
23F3052_L3 (1)
PDF
No ratings yet
23F3052_L3 (1)
6 pages
Microprocessors and Microcontrollers LAB: Aditya Engineering College (A)
PDF
No ratings yet
Microprocessors and Microcontrollers LAB: Aditya Engineering College (A)
36 pages
Debug Commands: 1. Introduction To Dos Debug Command and Masm
PDF
100% (1)
Debug Commands: 1. Introduction To Dos Debug Command and Masm
38 pages
Mp Combined
PDF
No ratings yet
Mp Combined
67 pages
COAL Lab 11
PDF
No ratings yet
COAL Lab 11
14 pages
Microprocessor LAB MANUAL
PDF
100% (2)
Microprocessor LAB MANUAL
129 pages
ASSEMBLER EMULATOR LAB PROGRAMS WITH EXPLANATION.PDF
PDF
No ratings yet
ASSEMBLER EMULATOR LAB PROGRAMS WITH EXPLANATION.PDF
70 pages
Program 1 For Addition:-: Name:-Pratikesh Shinde
PDF
No ratings yet
Program 1 For Addition:-: Name:-Pratikesh Shinde
25 pages
EN - NO:090410107061 Practical: 2 Aim: Program For 8 Bit, 16 Bit, 32 Bit Manipulation 1. 8 Bit ADDITION
PDF
No ratings yet
EN - NO:090410107061 Practical: 2 Aim: Program For 8 Bit, 16 Bit, 32 Bit Manipulation 1. 8 Bit ADDITION
30 pages
Arithmetic
PDF
No ratings yet
Arithmetic
26 pages
Unit-5 - CO
PDF
No ratings yet
Unit-5 - CO
45 pages
Mic Internal
PDF
No ratings yet
Mic Internal
8 pages
MPMC 1st Program
PDF
No ratings yet
MPMC 1st Program
10 pages
EEE 3104 Codes Only
PDF
No ratings yet
EEE 3104 Codes Only
24 pages
MFP Codes
PDF
No ratings yet
MFP Codes
52 pages
5.prog To Perform Bit Manipulation To Check If Bit Is Odd or Even and Positive or Negative
PDF
No ratings yet
5.prog To Perform Bit Manipulation To Check If Bit Is Odd or Even and Positive or Negative
11 pages
Mpmc r20 Complete Lab Manual
PDF
No ratings yet
Mpmc r20 Complete Lab Manual
81 pages
Mpdoc
PDF
No ratings yet
Mpdoc
18 pages
C Akkka
PDF
No ratings yet
C Akkka
21 pages
Mppracs
PDF
No ratings yet
Mppracs
17 pages
Prac Questions
PDF
100% (1)
Prac Questions
14 pages
Amp Experiments
PDF
No ratings yet
Amp Experiments
32 pages
C Ode For 8 Bit Adder
PDF
No ratings yet
C Ode For 8 Bit Adder
67 pages
Mml Lab Code_bit
PDF
No ratings yet
Mml Lab Code_bit
47 pages
MPMC Manual - Ar17
PDF
No ratings yet
MPMC Manual - Ar17
87 pages
8086 Assembly Language Program
PDF
100% (1)
8086 Assembly Language Program
10 pages
Co Programs For Lab
PDF
No ratings yet
Co Programs For Lab
36 pages
MIC Experiments
PDF
No ratings yet
MIC Experiments
37 pages
Experiment - 1: Write A Program For 16 Bit Arithmetic Operations For 8086 (Using Various Addressing Modes) I) - Addition of Two 8-Bit Numbers
PDF
No ratings yet
Experiment - 1: Write A Program For 16 Bit Arithmetic Operations For 8086 (Using Various Addressing Modes) I) - Addition of Two 8-Bit Numbers
8 pages
Topic 5: 8086 Assembly Language Programming (24 Marks)
PDF
No ratings yet
Topic 5: 8086 Assembly Language Programming (24 Marks)
38 pages
MP Assignment
PDF
No ratings yet
MP Assignment
15 pages
MP Lab Manual
PDF
No ratings yet
MP Lab Manual
42 pages
BECE204L_TH_VL2024250504040_2024-12-14_Reference-Material-II
PDF
No ratings yet
BECE204L_TH_VL2024250504040_2024-12-14_Reference-Material-II
202 pages
COAL Assignment#1 Solution
PDF
No ratings yet
COAL Assignment#1 Solution
6 pages
Even or Odd
PDF
No ratings yet
Even or Odd
2 pages
Blowfish Cipher Tutorials - Herong's Tutorial Examples
From Everand
Blowfish Cipher Tutorials - Herong's Tutorial Examples
Herong Yang
No ratings yet
Computer Programming: A Simplified Entry to Python, Java, and C++ Programming for Beginners
From Everand
Computer Programming: A Simplified Entry to Python, Java, and C++ Programming for Beginners
Lena Neill
No ratings yet
The Secret Ghost: A Mystery with Distance and Measurement
From Everand
The Secret Ghost: A Mystery with Distance and Measurement
Melinda Thielbar
No ratings yet
The Fishy Fountain: A Mystery with Multiplication and Division
From Everand
The Fishy Fountain: A Mystery with Multiplication and Division
Melinda Thielbar
No ratings yet
The Hundred-Dollar Robber: A Mystery with Money
From Everand
The Hundred-Dollar Robber: A Mystery with Money
Melinda Thielbar
No ratings yet
Mastering Coding and Cybersecurity: The Ultimate Guide - 5 Books in 1 Learn the Essentials of Python, Java, and C++ Programming Alongside Cybersecurity Measures to Safeguard Your Data
From Everand
Mastering Coding and Cybersecurity: The Ultimate Guide - 5 Books in 1 Learn the Essentials of Python, Java, and C++ Programming Alongside Cybersecurity Measures to Safeguard Your Data
Ryan roffe
No ratings yet
PWP-PR-4
PDF
No ratings yet
PWP-PR-4
3 pages
PWP-PR-10
PDF
No ratings yet
PWP-PR-10
3 pages
PWP-PR-6
PDF
No ratings yet
PWP-PR-6
3 pages
Prac 10
PDF
No ratings yet
Prac 10
3 pages
PWP-PR-11
PDF
No ratings yet
PWP-PR-11
3 pages
PWP-PR-14
PDF
No ratings yet
PWP-PR-14
2 pages
MAD-PR-29
PDF
No ratings yet
MAD-PR-29
4 pages
PWP-PR-13
PDF
No ratings yet
PWP-PR-13
3 pages
Prac 11
PDF
No ratings yet
Prac 11
3 pages
prac6
PDF
No ratings yet
prac6
3 pages
PWP-PR-7
PDF
No ratings yet
PWP-PR-7
1 page
Practical 4
PDF
No ratings yet
Practical 4
4 pages
Prac 11
PDF
No ratings yet
Prac 11
3 pages
Prac 21
PDF
No ratings yet
Prac 21
3 pages
Prac 21
PDF
No ratings yet
Prac 21
3 pages
EDE-PR-2
PDF
No ratings yet
EDE-PR-2
3 pages
EDE-PR-3
PDF
No ratings yet
EDE-PR-3
3 pages
Check
PDF
No ratings yet
Check
82 pages
Check
PDF
No ratings yet
Check
79 pages
EDE-PR-1
PDF
No ratings yet
EDE-PR-1
2 pages
Binder 1
PDF
No ratings yet
Binder 1
13 pages
Eti Question Bank Ptt2
PDF
No ratings yet
Eti Question Bank Ptt2
11 pages
WBP Prelims
PDF
No ratings yet
WBP Prelims
33 pages
YAHIYA PWP
PDF
No ratings yet
YAHIYA PWP
12 pages
Prac 8
PDF
No ratings yet
Prac 8
2 pages
MAD-PR-24
PDF
No ratings yet
MAD-PR-24
5 pages
STE-Final-QuestionBank
PDF
No ratings yet
STE-Final-QuestionBank
7 pages
DSU-PR-11
PDF
No ratings yet
DSU-PR-11
7 pages
QB-ptt2-PWP24-25
PDF
No ratings yet
QB-ptt2-PWP24-25
2 pages
Documents
Computers