Division of two 8 bit numbers in 8085|Division program in 8085 microprocessor|8085 microprocessor

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • Division of two 8 bit numbers in 8085 microprocessor :
    ---------------------------------------------------
    Hello everyone!! Welcome to our youtube channel "SCRATCH LEARNERS".
    --------------------------------
    This video elaborately explains the method of division of two 8 bit numbers in 8085 microprocessor with examples. Each line of the program is explained clearly.
    Watch the video and please like and share the video. Do subsribe the channel to get notified of all my upcoming videos. On having any doubt or query , you can ask me in the comment section or you can mail me too..
    Thank you so much.............
    ---------------------------------------------------------------------
    Our some other videos:
    PLAYLIST FOR 8085 PROGRAMMING:
    -----------------------------------------------------------
    • Assembly language prog...
    PLAYLIST FOR 8085 MICROPROCESSOR :
    --------------------------------------------------------------------
    • 8085 Microprocessor
    PLAYLIST FOR HASHING TUTORIAL :
    ------------------------------------------------------------
    • Hashing in Data Struct...
    PLAYLIST FOR OPERATIONS IN ARRAY :
    ------------------------------------------------------------------------
    • Operations in Array(Se...
    PLAYLIST FOR ARRAYS IN DATA STRUCTURE :
    ------------------------------------------------------------------------------------
    • Array in data structure
    Connect with me on social media :
    ----------------------------------------------------------------------
    Facebook page : / scratchlearners
    Email : swatiagarwal5757@gmail.com
    Telegram Link👉 @computer_programming_hub
    You can join our telegram channel to get 100+ books, free online courses, programming courses from best sites, best lectures on computer programming and enginnering.
    Please subscribe the channel to support me. Do watch,like and share the videos.
    ---------------THANK YOU---------------
    #divisionin8085 #8bitdivision #alp #8085microprocessor #microprocessor8085 #ALP #scratchlearners #swatiagarwal

ความคิดเห็น • 60

  • @kritithakur6516
    @kritithakur6516 3 ปีที่แล้ว +14

    This is the best channel for 8085 programs. Thank you so much for your videos :)

  • @sudhirkumarprasad7087
    @sudhirkumarprasad7087 3 ปีที่แล้ว +2

    Your channel is best for 8085 programs.. Many many thanks 🙂

  • @tan_VO5
    @tan_VO5 ปีที่แล้ว +1

    You singlehandedly saved my practicals...Thank you🙏

  • @biswajeetsah1100
    @biswajeetsah1100 4 ปีที่แล้ว +5

    Keep Going 👍👍

  • @ManojKumar-cj7oj
    @ManojKumar-cj7oj 3 ปีที่แล้ว +5

    We should compare divident with divider in the very first step ,
    If divident

    • @ScratchLearners
      @ScratchLearners  3 ปีที่แล้ว +2

      Yes, you can optimize it in many ways..

  • @yuvasivaram9824
    @yuvasivaram9824 2 ปีที่แล้ว +1

    I really love 💕 and enjoyed 😀your explanation thank you ma'am

  • @rythmikz_beatbox
    @rythmikz_beatbox 2 ปีที่แล้ว +2

    U r absolutely amazing_🔥🔥🔥🔥 Thank u soo much_!!!

  • @sauradiptachatterjee5037
    @sauradiptachatterjee5037 ปีที่แล้ว

    Thank you ma'am for your support . Thanking you from the deepest core of my heart.

  • @williamngugi208
    @williamngugi208 ปีที่แล้ว

    Thenks alot for your help, continue with that spirit

  • @continnum_radhe-radhe
    @continnum_radhe-radhe 11 หลายเดือนก่อน +1

    Life saver❤

  • @AnuragRawat01
    @AnuragRawat01 11 หลายเดือนก่อน +1

    Thank you very much ma'am 💯❤️

  • @prabuddhbharat2934
    @prabuddhbharat2934 ปีที่แล้ว

    Mam please could you tell how do you use these registers beautifully....any strategy for that..?

  • @subhajitdey4483
    @subhajitdey4483 3 ปีที่แล้ว +5

    Thank you for the video...🙂🙂
    Ma'am I have a question. Can I place CMP before the subtraction...??
    Or is there any rule that always after CMP JNC will be there...??

    • @ScratchLearners
      @ScratchLearners  3 ปีที่แล้ว +2

      No, how can you compare before subtraction, after cmp, you have to check for carry

    • @subhajitdey4483
      @subhajitdey4483 3 ปีที่แล้ว +1

      @@ScratchLearners But Ma'am if user give two numbers in a way those are not dividable so then how program will allocate because there is no CMP before subtraction..??

    • @ScratchLearners
      @ScratchLearners  3 ปีที่แล้ว +2

      @@subhajitdey4483 modify the program, code it in simulator. If it works then fine

    • @subhajitdey4483
      @subhajitdey4483 3 ปีที่แล้ว +1

      @@ScratchLearners okay Ma'am Thank you...

    • @sunnyrawat931
      @sunnyrawat931 2 ปีที่แล้ว +1

      @@subhajitdey4483 true .. for eg 2/3 this program will give one

  • @sharbarideb7419
    @sharbarideb7419 ปีที่แล้ว

    Can you perform it in 8085 kit

  • @srikanthnanda5723
    @srikanthnanda5723 2 ปีที่แล้ว +1

    THANK YOU MADAM

  • @rockilabs8737
    @rockilabs8737 2 ปีที่แล้ว

    Thank u your explanation is clear

  • @LucienVT
    @LucienVT 3 ปีที่แล้ว +2

    Could you do a proram of LXI B,2509H /2 please¿

  • @Ravikumar-cz4fc
    @Ravikumar-cz4fc 3 ปีที่แล้ว +1

    Tq so much mam

  • @ajayburnwal9545
    @ajayburnwal9545 2 ปีที่แล้ว +1

    thank you ma'am

  • @factzfactory4956
    @factzfactory4956 2 ปีที่แล้ว +1

    8:29
    Mam , instead of using
    Sta C053 h
    Can we use this. ?....
    INX H
    MOV M,A
    To store the remainder ?
    Similarly for storing quotient

    • @ScratchLearners
      @ScratchLearners  2 ปีที่แล้ว +2

      Yes you can do that provided that next memory location of H points to some new location which does not have any input value, else it will over write

    • @factzfactory4956
      @factzfactory4956 2 ปีที่แล้ว

      @@ScratchLearners thanku mam 🙏... ur video was really helpful

  • @Nani-np4rq
    @Nani-np4rq 2 ปีที่แล้ว

    Nice explanation madam

  • @mrBohhotBada
    @mrBohhotBada ปีที่แล้ว

    you rock maam 😇😇😇

  • @debojitdeori4837
    @debojitdeori4837 11 หลายเดือนก่อน

    Instead of MOV B,M in the second we could have performed MOV A,M directly?

  • @arnabdatta25
    @arnabdatta25 2 ปีที่แล้ว

    nice 👍 video.

  • @user-zk4fv2pv8g
    @user-zk4fv2pv8g 7 หลายเดือนก่อน

    Thank you

  • @sahityap3391
    @sahityap3391 2 ปีที่แล้ว

    Well explained

  • @leroy__
    @leroy__ ปีที่แล้ว

    thank you mam

  • @rythmikz_beatbox
    @rythmikz_beatbox 2 ปีที่แล้ว

    Mam, we haven't stored anything on A register .
    ..then how you are saying that we have stored 0A in A reguster....Can u please clear this doubt mam.

  • @vidyasstitchingclasses1074
    @vidyasstitchingclasses1074 3 ปีที่แล้ว

    Clear explanation mam

  • @abhayagarwal2701
    @abhayagarwal2701 3 ปีที่แล้ว

    Thanks for the video

  • @justinramirez6040
    @justinramirez6040 3 ปีที่แล้ว

    Thank you!

  • @gulalraju5452
    @gulalraju5452 4 ปีที่แล้ว

    Nice one

  • @vaidehitripathi9666
    @vaidehitripathi9666 2 ปีที่แล้ว

    Maam your program is not working for the condition in which DIVIDEND is less than the DIVISOR. Please Help

  • @justinramirez6040
    @justinramirez6040 3 ปีที่แล้ว

    How to put input in Intel 8085 Simulator?

  • @AdityaPatel-rh7ht
    @AdityaPatel-rh7ht หลายเดือนก่อน

    MAM CODE IS NOT WORKING

  • @muddadaprasadrao4043
    @muddadaprasadrao4043 2 ปีที่แล้ว

    Input starting location 2000...input data 2500=05,2501=12,then output take 2600,how mem

    • @ScratchLearners
      @ScratchLearners  2 ปีที่แล้ว

      These are just memory locations. You can store them at any location you want

  • @dipabarai250
    @dipabarai250 4 ปีที่แล้ว +1

    Mam I need flowchart today..plss mam

    • @ScratchLearners
      @ScratchLearners  4 ปีที่แล้ว +1

      Mail me at swatiagarwal5757@gmail.com

  • @Marcus-tz5ly
    @Marcus-tz5ly 5 หลายเดือนก่อน

    I dont think we can transfer the data from M directly to B

    • @Dheeraj-be9gt
      @Dheeraj-be9gt 5 หลายเดือนก่อน

      It is possible bro😊😊

  • @gouravsinghofficial3463
    @gouravsinghofficial3463 3 ปีที่แล้ว

    👍👍👍👍

  • @gouravsinghofficial3463
    @gouravsinghofficial3463 3 ปีที่แล้ว

    😀😀

  • @tobiaschapinda6771
    @tobiaschapinda6771 ปีที่แล้ว

    write a program to load two hexadecimal numbers 03H and 21H in register B and C
    respectively and add the numbers. If the sum is greater than FFH display 01H at
    OUTPORT 01H; otherwise display the sum.
    Hint. Start with an algorithm, show the status of a flag register, flow chart and then machine
    writing.

  • @dipabarai250
    @dipabarai250 4 ปีที่แล้ว

    Mam flowchart plss..

    • @ScratchLearners
      @ScratchLearners  4 ปีที่แล้ว

      Once you understand the ALP, you can draw flowchart easily.. I will try to include the flowchart from the next videos :)

  • @Raja-id3xv
    @Raja-id3xv 2 ปีที่แล้ว

    Mam please create what's app group