ACEM PORTAL
Would you like to react to this message? Create an account in a few clicks or log in to continue.
ACEM PORTAL

::Community of ACEM students::
 
HomeHome  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  
Search
 
 

Display results as :
 
Rechercher Advanced Search
Poll
Latest topics
» Primer Imperio-Torre De Control Mp3
program for 8085 to find the smallest number EmptyFri Feb 14, 2014 1:20 pm by bakakali

» LTSP Deployment
program for 8085 to find the smallest number EmptySat May 09, 2009 11:31 am by Santos

» GTA SanAndreas 64kB!!!
program for 8085 to find the smallest number EmptyTue May 05, 2009 2:56 pm by Santos

» EPL names..
program for 8085 to find the smallest number EmptyThu Apr 30, 2009 4:26 pm by Kxhitiz

» Google logo.
program for 8085 to find the smallest number EmptyThu Apr 30, 2009 4:22 pm by Kxhitiz

» Google logo.
program for 8085 to find the smallest number EmptyThu Apr 30, 2009 11:36 am by Santos

» the longest website in the world haha
program for 8085 to find the smallest number EmptyWed Apr 29, 2009 8:50 am by Kxhitiz

» Ubuntu 9.04 Jaunty Jackalope.
program for 8085 to find the smallest number EmptySat Apr 25, 2009 12:31 am by Santos

» Program to display text with defined cursor position and defined color
program for 8085 to find the smallest number EmptySat Apr 25, 2009 12:11 am by Santos

Navigation
 Portal
 Index
 Fun
 Memberlist
 Profile
 FAQ
 Search
May 2024
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
262728293031 
CalendarCalendar

 

 program for 8085 to find the smallest number

Go down 
AuthorMessage
Kxhitiz
Admin
Admin
Kxhitiz


Posts : 24
Join date : 2009-03-06

program for 8085 to find the smallest number Empty
PostSubject: program for 8085 to find the smallest number   program for 8085 to find the smallest number EmptyMon Mar 30, 2009 1:11 pm

Write a program for 8085 to find the smallest number among ten numbers stored at memory location 4500H
Solution:

MVI C,09H
LXI H,4500H
MOV A,M
Next: INX H
CMP M
JC Skip
JZ Skip
MOV B,M
MOV M,A
MOV A,B
Skip: DCR C
JNZ Next

INX H
MOV M,A ;stores smallest no. at the end
HLT

cheers
Back to top Go down
https://advanced.forumotion.net
 
program for 8085 to find the smallest number
Back to top 
Page 1 of 1
 Similar topics
-
» 8085 program to find the sums of even and odd numbers of the table
» 8086 program to display the given text in separate line words
» A simple assembly program to display text with background and foreground color
» Program to display text with defined cursor position and defined color

Permissions in this forum:You cannot reply to topics in this forum
ACEM PORTAL :: Programming :: Assembly Language-
Jump to: