Skip to content

trivedi-vatsal/8085-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

8085 assembly programs

This repo is meant to have all the major 8085 program problems and its solution. Here all the programs are tested on GNUSim8085

Index

  1. Store 8-bit data in memory.
  2. Exchange the contents of memory locations.
  3. Add two 8-bit numbers.
  4. Subtract two 8-bit numbers.
  5. Find the 1's complement of the number.
  6. Find the 2's complement of the number.
  7. Pack the two unpacked BCD numbers.
  8. Unpack the BCD number.
  9. Add two 16-bit numbers.
  10. Subtract two 16-bit numbers.
  11. Calculate the sum of series of numbers. (8-bit numbers)
  12. Add the contents of two memory locations.
  13. Shift an eight bit data
  14. Find the 2's complement of 16-bit number

Contributors

  1. Dishita Badarshahi - DishitaBadarshahi

Issues

For any problem or suggestions

Email: Vatsal Trivedi - trivedivatsal005@gmail.com

Hit counter

ghit.me

License

Licensed under the MIT license.

Copyright (c) 2012 Vatsal Trivedi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Programming examples of 8085 microprocessor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages