Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can anyone help me for Computer Hardware Interfacing and Programming questions? For the following two programs: Explain in details each command. 2. Explain the logic

Can anyone help me for Computer Hardware Interfacing and Programming questions?
image text in transcribed
For the following two programs: Explain in details each command. 2. Explain the logic of the program. 3. What will be displayed? Pay attention to the difference between decimal and Hex-Decimal 1. page 55,80 32 20 040 432: Space| 64 40 100 154; | 96 60 140 d96; 33 21 041 6#33: . | 65 41 101 6165; A | 97 61 141 ?97: a 34 22 042 6.34: " | 66 42 102 6#66; B | 98 62 142?98; b 35 23 043 6#35:1 | 67 43 103 9: C | 99 63 143 99: c 36 24 044 '#36; | 68 44 104458; D 1100 64 144 "#100; d 37 25 045 437: t | 69 45 105 c#69; E |101 65 145 '#101: e 38 26 046 6f38; & | 70 46 106 70; ? 1102 66 146 102, t 39 27 047 ': 1 40 28 050 40; 1 | 72 48 110 G?72; H 1104 68 150 4104: h 41 29 051 41; ) | 73 49 111 "173; 1 1105 69 151 "#105; 1 42 2A 052?42: ' | 74 4A 112 c?74: J 1105 6A 152 4106; 43 23 053 6143; + | 75 43 113 ??75; K 1107 6B 153 6#107: k 44 2C 054 444: | 76 4C 114?76: L 1103 5C 154 4108: 1 45 ZD 055 6#45:-177 4D 115?77; M 1109 6D 155 6#109; 46 2E 056 446: . | 78 4E 116 G178; |110 SE 156 "f110; n 47 2F 057 'f47; / | 79 4F 117 c479; 0 1111 6F IST '#111 48 30 060?46: 0 | 80 50 120?30; P |112 70 160?112; p 49 31 061 149: 1 | 81 SI 121 Q:0 1113 71 161 4113; q 50 32 062 6 50; 2 | 82.52 122 R 1114 72 162 6#114; 51 33 063 6#51:3 | 83 53 123 Gf83; S 1115 73 163 sills: s 52 34 064 452: 4 | 84 54 124 6134; T 1116 74 164 4116: t 53 35 065 6#53:5 | 85 55 125 6135:1 |117 75 165 6,117: u 54 35 066 6,54: 6 | 86 S6 126 ??36: v 1118 76 166 '#118; v 55 37 067 ? | 87 57 127 W:1 |119 77 167 56 38 070 6#56: 8 | 88 S8 130 x 1120 78 170 6#120; x 57 39 071 457: 9 | 89 59 131 ?89; Y 1121 79 171 6,121; y 58 3A 072 458; ; | 90 SA 132 90; Z 1122 7A 172 6,122; z 9 3B 073 65991 S8 133 6191: 123 7B 173 6123; 60 3C 074460> | 94 SE 136 ?1126 TE 176 126:- model small stack 100 code main proc mov dl, 70h mov bl, 2 LOOP1: mov ah, E int 21h shr dl, 1 71 47 107 71; G 1103 67 147 g add dl, 20 dec bl jnz loopi mov ax, 4c00h int 21h main endp end main 2. page 55,80 .model small stack 100 .code main proc mov dl, 79h LOOP1 mov ah,6 int 21h sub dl, 16h cmp dl, 65 jns loop1 mov ax, 4c00h int 21h main endp end main 63 3F 077 6#63; ? | 95 5F 137 G195; -|127 71 177 6#127: DE

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL Crash Course A Hands On Introduction To Database Development

Authors: Rick Silva

1st Edition

1718503008, 978-1718503007

More Books

Students also viewed these Databases questions

Question

What could Kathy have done to keep the situation from occurring?

Answered: 1 week ago

Question

5. Discuss the key roles for training professionals.

Answered: 1 week ago