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 to display text with defined cursor position and defined color EmptyFri Feb 14, 2014 1:20 pm by bakakali

» LTSP Deployment
Program to display text with defined cursor position and defined color EmptySat May 09, 2009 11:31 am by Santos

» GTA SanAndreas 64kB!!!
Program to display text with defined cursor position and defined color EmptyTue May 05, 2009 2:56 pm by Santos

» EPL names..
Program to display text with defined cursor position and defined color EmptyThu Apr 30, 2009 4:26 pm by Kxhitiz

» Google logo.
Program to display text with defined cursor position and defined color EmptyThu Apr 30, 2009 4:22 pm by Kxhitiz

» Google logo.
Program to display text with defined cursor position and defined color EmptyThu Apr 30, 2009 11:36 am by Santos

» the longest website in the world haha
Program to display text with defined cursor position and defined color EmptyWed Apr 29, 2009 8:50 am by Kxhitiz

» Ubuntu 9.04 Jaunty Jackalope.
Program to display text with defined cursor position and defined color EmptySat Apr 25, 2009 12:31 am by Santos

» Program to display text with defined cursor position and defined color
Program to display text with defined cursor position and defined color EmptySat Apr 25, 2009 12:11 am by Santos

Navigation
 Portal
 Index
 Fun
 Memberlist
 Profile
 FAQ
 Search
April 2024
SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
21222324252627
282930    
CalendarCalendar

 

 Program to display text with defined cursor position and defined color

Go down 
2 posters
AuthorMessage
Kxhitiz
Admin
Admin
Kxhitiz


Posts : 24
Join date : 2009-03-06

Program to display text with defined cursor position and defined color Empty
PostSubject: Program to display text with defined cursor position and defined color   Program to display text with defined cursor position and defined color EmptyWed Apr 15, 2009 6:33 pm

.model small
.stack
.data
message db "This is hello world!!", "$"

.code

main proc far
mov ax,@data
mov ds,ax

mov ah,02
mov dh,10 ;(cursor position) sets row
mov dl,20 ;(cursor positon) sets column
mov bh,0 ;frst page
int 10h

mov ah,06
mov al,0
mov bh,96h ;sets background and foreground color
mov cx,0
mov dx,184fh
int 10h

lea dx,message
mov ah,09
int 21h

mov ah,4ch
int 21h

main endp
end main
Back to top Go down
https://advanced.forumotion.net
Santos

Santos


Posts : 23
Join date : 2009-03-11
Age : 37
Location : Kathmandu,Nepal

Program to display text with defined cursor position and defined color Empty
PostSubject: .   Program to display text with defined cursor position and defined color EmptyFri Apr 17, 2009 1:35 pm

Khai bro yo question ta aayena ta.Maile ta jhan rateko thien. Very Happy
Back to top Go down
http://technoflag.blogspot.com
Kxhitiz
Admin
Admin
Kxhitiz


Posts : 24
Join date : 2009-03-06

Program to display text with defined cursor position and defined color Empty
PostSubject: Re: Program to display text with defined cursor position and defined color   Program to display text with defined cursor position and defined color EmptyTue Apr 21, 2009 10:17 am

Santos wrote:
Khai bro yo question ta aayena ta.Maile ta jhan rateko thien. Very Happy

na aaye pani this one is useful program for u in coming days dude cheers
Back to top Go down
https://advanced.forumotion.net
Santos

Santos


Posts : 23
Join date : 2009-03-11
Age : 37
Location : Kathmandu,Nepal

Program to display text with defined cursor position and defined color Empty
PostSubject: .   Program to display text with defined cursor position and defined color EmptySat Apr 25, 2009 12:11 am

Wink
Back to top Go down
http://technoflag.blogspot.com
Sponsored content





Program to display text with defined cursor position and defined color Empty
PostSubject: Re: Program to display text with defined cursor position and defined color   Program to display text with defined cursor position and defined color Empty

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

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