Quantcast
Viewing all articles
Browse latest Browse all 152

Need help to write a MC6800 program...

Write an MC68000 program that generates and adds up all even numbers from 1 to 100
* the program must use at least one loop
* the program should store the sum in register D4
* Start the program at address $800
* Include all necessary global and local comments
* the program you may not use numbers for any addresses except in an ORG directive( use labels instead for other addresses)


Viewing all articles
Browse latest Browse all 152

Trending Articles