Code Monkey home page Code Monkey logo

8085's Introduction

Microprocessors and microcontrollers lab

8085 assembly codes

Download the simulator:

Subroutine addresses for ALS and Dyna 8085 kits:

(user i/p and display subroutines won't work with the simulator)

For Dyna Kit

  • RDKBD : 0x02E7

  • MODIDT: 0x036E

  • MODIAD: 0x0362

For ALS Kit

  • RDKBD: 0x0634

  • UPDDT: 0x06D3

  • UPDAD: 0x06BC

.
├── Day 1
│   ├── addition.asm
│   ├── copy_data_block.asm
│   ├── subtraction.asm
│   └── sum_of_array.asm
├── Day 2
│   ├── alternateblocks.asm
│   ├── datablock1.asm
│   ├── no_of_ones.asm
│   ├── shiftby5.asm
│   └── sumofarray.asm
├── Day 3
│   ├── BCD_up_counter.asm
│   ├── compare_block.asm
│   ├── multiply.asm
│   ├── packBCD.asm
│   ├── sort.asm
│   ├── square.asm
│   └── unpackBCD.asm
├── Exam
│   ├── count_1s.asm
│   ├── count_even_nos.asm
│   ├── count_negative_nos.asm
│   ├── count_odd_nos.asm
│   ├── count_positive_nos.asm
│   ├── largest_number.asm
│   ├── LED_PORT_A_Rotate.asm
│   ├── multiplication_w_carry.asm
│   ├── pack_numbers.asm
│   ├── smallest_number.asm
│   └── sort_descending.asm
├── Extras
│   ├── division.asm
│   ├── factorial.asm
│   ├── fibonacci.asm
│   ├── mutliplication_16bit.asm
│   ├── mutliplication_8bit_w_carry.asm
│   └── squareroot.asm
├── Peripherals
│   ├── adc.asm
│   ├── DC_motor.asm
│   ├── LED_PORT_A_B.asm
│   ├── LED_PORT_A_Rotate.asm
│   └── pendulum_stepper_motor.asm
├── subroutines
│   ├── display_3byte_data.asm
│   ├── display_in_address_field.asm
│   ├── display_in_data_field.asm
│   ├── read_user_input.asm
│   └── subroutine_addresses.md
└── Waves
|    ├── ramp.asm
|    ├── sawtooth.asm
|    ├── square_wave.asm
|    └── triangular_wave.asm
├── README.md
├── subroutine_addresses.md 
└── Jubin's 8085 Simulator ver 2.jar

8 directories, 50 files

8085's People

Contributors

axayjha avatar khannishat67 avatar prajinkhadka avatar rishabhshairy avatar ritika-das avatar sakeshame avatar swastik1308 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.