Microprocessors örnek sorular ve cevapları – ingilizce
Q – )Write a program that reads a byte from the first data location and one more byte from the second data location, finds the maximum and stores the maximal
result in a third memory location.
DATA1 DB 5H, 4H, 8H, FH, BH, 9H
DATA2 DB 3H, FH, 7H, CH, 1H, DH
DATA3...
Bios and Dos programing in Assembly
- There are some very useful subroutines within BIOS and DOS that can be used through INT
(interrupt) instruction.
- The INT instruction works like a FAR call. When it is invoked, it saves CS:IP and the flags on the
stack and goes to the subroutine associated with...
Addition of Unsigned Numbers
ADD destinatin,source ;dest. operand = dest. operand + source operand
Example: Show how the flag register is affected by
MOV AL,0F5H
ADD AL,0BH
Solution:
F5 1111 0101
+ 0B + 0000 1011
(1) 00H (1) 0000 0000
After the addition, AL=00H and...
Vocabulary list
Hello Şaka şaka.. Merhaba.
İngilizce kelimelerden bir derleme yapıp bir liste oluşturdum. İngilizce kelimelerin anlamlarını bulabileceğiniz güzel bir paylaşım olacağına inanıyorum. Ve hemen sözü fazla uzatmadan kelimeleri ve türkçe anlamlarını...