Learn 8085
This blog is dedicated to impart programming knowledge about Intel's 8085 micro-processor.
Pages
Home
Pin Description
Command List
Images
Microcontrollers 8051
Downloads
Saturday, 15 October 2011
To multiply two numbers.
To multiply two numbers we can use multiple addition of that number up to the second number.
CODE:
MVI D,3
MVI B,2
MVI A,00
LABEL: ADD D
DCR B
JNZ LABEL
HLT
Screen Shot:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment