Posts

Showing posts with the label Microprocessor

To multiply two 16-Bit Numbers > Mixed Language Program

To multiply two 16-Bit Numbers > Mixed Language Program Microprocessor Program: #include<stdio.h> #include<conio.h> void main() {

Program to check whether a number is Even or Odd using Procedure > Assembly Language

Program to check whether a number is Even or Odd using Procedure > Assembly Language Microprocessor ASSUME CS:CODE,DS:DATA

Program to check whether a number is Even or Odd using Macro > Assembly Language

Program to check whether a number is Even or Odd using Macro > Assembly Language Microprocessor ASSUME CS:CODE,DS:DATA

Program to check whether a number is Even or Odd > Assembly Language

Program to check whether a number is Even or Odd > Assembly Language Microprocessor ASSUME CS:CODE,DS:DATA

Program to print characters from A to Z > Assembly Language

Program to print characters from A to Z > Assembly Language Microprocessor ASSUME CS:CODE

To Display reverse of entered String > Assembly Program

To Display reverse of entered String > Assembly Program Microprocessor assume cs:code,ds:data

To find Sum and Average of Block of n-Bytes > Assembly Language

Microprocessor To find Sum and Average of Block of n-Bytes > Assembly Language ASSUME CS:CODE , DS:DATA DATA SEGMENT

To Find Average of two Bytes > Assembly Language

Microprocessor To Find Average of two Bytes > Assembly Language ASSUME DS:DATA, CS:CODE DATA SEGMENT