Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
CODE SEGMENT
; Set DS register
MOV AX, DATA ; boiler plate code to set the DS register so that the
MOV DS, AX ; program can access the data segment.
; read first digit from keyboard
MOV AH, 08
INT 21H
MOV BL, AL
SUB BL, '0'
MUL BL, 10H
; read second digit from keyboard
MOV AH, 08H
MOV DL, AL
SUB DL, '0'
; DL = 9 AND BL = 30
SUM BL, DL
; Now BL store 39
CODE ENDS.
Note: Boilerplate code is the code which is present less or more in the similar form in each assembly language program.
K map explanation for mod 5 up synchronous counter ?
What is error checking? It computes the error correcting code (ECC) value for the data read from the given sector and compares it with the corresponding ECC value read from the
What are value types and reference types? Value type - bool, byte, chat, decimal, double, enum, float, int, long, sbyte, short, strut, uint, ulong, ushort. Value types are sto
Structural Classification Flynn's classification examine the behavioural concept and does not receive into consideration the computer's structure. Parallel computers can be cla
What is delayed branching? A method called delayed branching can minimize the penalty incurred as a result of conditional branch instructions. The idea is easy. The instruction
how to calculate delay for hazard?
Strong AI makes the bold claim that computers can be made to think on a level (at least) equivalent to humans. Weak AI only states that some "thinking-like" features can be added t
Construction of j-k using 4-bit shift register
Explain the uses of Keyboards An alphanumeric keyboard for a graphics system is used primarily as a device for entering text strings. Keyboards can also be provided with featur
Q. Define about Anchor Tag? Anchor tag is used to create links between various objects such as HTML pages, web sites, files etc. It is introduced by characters and termi
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd