Adding two numbers

Reply

Join Date: Apr 2009
Posts: 6
Reputation: LouieAnn is an unknown quantity at this point 
Solved Threads: 0
LouieAnn LouieAnn is offline Offline
Newbie Poster

do you know how to add algorithm?

 
0
  #1
May 13th, 2009
using mov ah,01 how can i add two number, i will input two numbers example:
1 2 = 3

how can i add this??
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 320
Reputation: cikara21 is an unknown quantity at this point 
Solved Threads: 63
cikara21's Avatar
cikara21 cikara21 is offline Offline
Posting Whiz

Re: Adding two numbers

 
0
  #2
May 13th, 2009
You mean this..
  1. ;...
  2. mov ah,01
  3. mov al,02
  4. add al,ah
  5. ;...
.:-cikara21-:.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC