Sunday, 29 January 2012

Check a number is Armstrong or not-Masm program

printmsg macro msg mov ah,09h lea dx,msg int 21h endm printnum macro reg mov dl,reg add dl,30h mov ah,02h int 21h endm data segment n dw ? p dw 00 rem dw ? z dw ? cr db,0dh,"$" msg1 db "Enter a number(Ex:0123)$" msg2 db 0ah,0dh,"Armstrong$" msg3 db 0ah,0dh,"Not Armstrong$" msg4 db 0ah,0dh,"$" data ends code segment assume cs:code,ds:data start: mov ax,data mov ds,ax printmsg msg1 mov ah,01h int 21h mov ah,00 sub al,30h mov dx,1000 mul dx mov n,ax mov ah,01h int 21h mov ah,00 sub al,30h mov dh,100 mul dh add ax,n mov n,ax mov ah,01h int...

Masm program to find prime numbers upto a limit

printmsg macro msg mov ah,09h lea dx,msg int 21h endm printnum macro reg mov dl,reg add dl,30h mov ah,02h int 21h endm calcnum macro regx mov ax,regx mov dh,100 div dh mov num,ah aam mov dh,al printnum ah printnum dh mov al,num aam mov dh,al printnum ah printnum dh endm data segment num dw ? i dw 02 j dw ? n dw ? msg1 db "Enter a limit$" msg2 db 0ah,0dh,"Prime nos:$" msg3 db 0ah,0dh,"$" data ends code segment assume cs:code,ds:data start: mov ax,data mov ds,ax printmsg msg1 mov dh,02 mov ah,01h int 21h mov ah,00 sub al,30h mov cl,10 mul...

Factorial of a number-Masm program

printmsg macro msg mov ah,09h lea dx,msg int 21h endm printnum macro reg mov dl,reg add dl,30h mov ah,02h int 21h endm calcnum macro regx mov ax,regx mov dh,100 div dh mov num,ah aam mov dh,al printnum ah printnum dh mov al,num aam mov dh,al printnum ah printnum dh endm data segment num dw  ? msg1 db "Enter a number$" msg2 db 0ah,0dh,"Factorial:$" msg3 db 0ah,0dh,"$" data ends code segment assume cs:code,ds:data start: mov ax,data mov ds,ax printmsg msg1 mov ah,01h int 21h sub al,30h mov ah,00 mov cl,al mov ch,00 mov ax,0001 l1: mul...

Saturday, 28 January 2012

Opera's Turbo - Enable turbo for slow connections

                                                                                                   ...

Friday, 13 January 2012

Removable disk shotcuts in desktop-windows trick

You know in linux when you plug a pendrive ,its shotcut will appear in the desktop. That shotcut will automatically removed when you eject the pendrive.This is also possible in windows through the use of a simple software.                                      ...

Wednesday, 4 January 2012

The Ultimate webcam software-Youcam

Cyberlink's YOUCAM is a super webcam software.Provides many fun  features and effects.Also gives facilities for chatting,video conferencing,work,play etc. Other features 1)Use new Face Login to access online sites like Facebook and eBay. 2)100s of fun features like Augmented Reality, avatars, interactive effects, and gadgets. 3)Record super smooth...

Page 1 of 2712345Next
Twitter Delicious Facebook Digg Stumbleupon Favorites More