EkendraOnLine
  • Home
    • Random
    • Local Guide Story
    • Media coverage
    • About
  • Engg
    • Master’s (Grad)
      • Big Data
      • Cloud Computing
      • Network Security
      • Sensor Networks
      • Human Computer Interaction (HCI)
    • Bachelor’s (Undergrad)
      • Course/Syllabus
      • C Programming Language
      • Communications
      • Computer Microprocessor and Archtiecture
      • Digital Electronics
      • Engineering Economics
      • Numerical Methods
      • Projects
      • Satellite Communications
  • Thesis
    • Research Papers & Journal
    • Thesis Guide
    • Thesis Topics
    • Poster Presentation
    • Research Writing
  • Downloads
    • Download LEACH protocol source code for Wireless Sensor Networks
    • Download Dell Webcam Driver Softwares for Vostro Laptops
    • Download Spice Mobile Phones Windows Installation Drivers
    • Download C-Media USB 3D Audio Controller – PD 552
  • Computing
    • Windows
    • Tutorials
    • Tech Talks
    • Internet
    • Gadgets
  • Pictography
    • 360 Photography
No Result
View All Result
EkendraOnLine
  • Home
    • Random
    • Local Guide Story
    • Media coverage
    • About
  • Engg
    • Master’s (Grad)
      • Big Data
      • Cloud Computing
      • Network Security
      • Sensor Networks
      • Human Computer Interaction (HCI)
    • Bachelor’s (Undergrad)
      • Course/Syllabus
      • C Programming Language
      • Communications
      • Computer Microprocessor and Archtiecture
      • Digital Electronics
      • Engineering Economics
      • Numerical Methods
      • Projects
      • Satellite Communications
  • Thesis
    • Research Papers & Journal
    • Thesis Guide
    • Thesis Topics
    • Poster Presentation
    • Research Writing
  • Downloads
    • Download LEACH protocol source code for Wireless Sensor Networks
    • Download Dell Webcam Driver Softwares for Vostro Laptops
    • Download Spice Mobile Phones Windows Installation Drivers
    • Download C-Media USB 3D Audio Controller – PD 552
  • Computing
    • Windows
    • Tutorials
    • Tech Talks
    • Internet
    • Gadgets
  • Pictography
    • 360 Photography
No Result
View All Result
EkendraOnLine
No Result
View All Result

ALP to SUM THE NUMBERS FROM 1-100

Ekendra Lamsal by Ekendra Lamsal
January 15, 2012
in Computer Microprocessor and Archtiecture
1 min read
0

Home page → Engineering Stuffs → Computer Microprocessor and Archtiecture → ALP to SUM THE NUMBERS FROM 1-100

title SUM THE NUMBERS FROM 1-100
dosseg
.model small
.stack 100H
.code
main proc
mov ax, 0
mov cx, 10h ; loop count=10
BACK: add ax, cx ; add two numbers
loop BACK ; repeat until cx=0
mov ax, 4c00h ; return to DOS
int 21h
main endp
end main

Previous Post

Time Value of Money and its importance

Next Post

Drawing a line using DDA(Digital Differential Analyzer) Algorithm

Next Post

Drawing a line using DDA(Digital Differential Analyzer) Algorithm

ALP to count negative (-ve) numbers from a given list of 10 numbers

Leave Comment

Latest posts

  • e-Governance Expert in Nepal, Context of Federalization Question Answer
  • e-Governance system in Nepalese context of transition to federalism QnA
  • Faults quote by Mahatma Gandhi
  • Getting early access to Android 8.0 Oreo in OnePlus Phones (with Open Beta Program)
  • Kathmandu – the only city in Nepal
  • Google Clips vs Narrative Clip: Era of Machine learning and Wearable Cameras
  • How to force upgrade OnePlus? OP3/3T to 5 features, Android 8
  • Presuming a blogging rejuvenation
  • This is why You should always order the cheapest bottle of wine on the restaurant menu.
  • Alcohol consumption in Nepal Statistics

Advts.

Translate this site

2019 © EkendraOnLine.com
Personal website of Ekendra Lamsal - ICT Professional from Nepal.

No Result
View All Result

2019 © EkendraOnLine.com
Personal website of Ekendra Lamsal - ICT Professional from Nepal.

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.