943,717 Members | Top Members by Rank

Ad:
  • Assembly Discussion Thread
  • Unsolved
  • Views: 707
  • Assembly RSS
May 13th, 2009
0

do you know how to add algorithm?

Expand Post »
using mov ah,01 how can i add two number, i will input two numbers example:
1 2 = 3

how can i add this??
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
LouieAnn is offline Offline
6 posts
since Apr 2009
May 13th, 2009
0

Re: Adding two numbers

You mean this..
asm Syntax (Toggle Plain Text)
  1. ;...
  2. mov ah,01
  3. mov al,02
  4. add al,ah
  5. ;...
Reputation Points: 47
Solved Threads: 69
Posting Whiz
cikara21 is offline Offline
340 posts
since Jul 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Assembly Forum Timeline: how to add two numbers using algorithm?
Next Thread in Assembly Forum Timeline: how many register i have, DOS command





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC