25. Simple Calculator || Assembly Language Programming || English || emu8086||x86

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

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

    How can we do this in 8085 simulator

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

    how to increase the input to be higher than single digit decimal number

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

    impressive.

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

    Hi, I used MASM32 and ran your sources but it didnt work. How can I fix this problem, help me :(

  • @χρηστοςγκοτζαι
    @χρηστοςγκοτζαι 2 ปีที่แล้ว +1

    HALLO...U HAVE TO FIX THE SUBTRACT..WHAT WHEN U SUTRACT A BIGGER NUMBER ? YOU HAVE TO SWAP regists

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

    It can be use on cpusim?

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

    may i ask !
    you typed :
    For Add type 1
    for sub type 2 .....
    .....
    what if i type 5 what will happen ?
    i want to know how to make a boucle like Do { } while in C

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

    Mov ah, 0
    AAA
    And
    AAM
    Why we have used this

  • @NoobGamer-up4zu
    @NoobGamer-up4zu 2 ปีที่แล้ว

    thats very helpful for microproject

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

    What is the difference between MSG and string?

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

      MSG is nane of the variable

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

    One problem is that when we press >5 it call again add how it fixed when we enter >5 then cout you enter wrong numbers

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

      Take input a register/variable and use a jump(input >=5).
      If true print invalid number
      Else continue rest of the code

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

      @@krishnodey

  • @hgfx-ow5qj
    @hgfx-ow5qj 3 ปีที่แล้ว

    Thank you ❤️❤️❤️❤️❤️❤️❤️❤️❤️

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

    where's the code? :(

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

      www.dropbox.com/sh/76gy5zob3pho0o0/AACntNyUmqZyEpTFYiSn3Hwna?dl=0

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

      Thx a lot 😁 .

  • @HarshSingh-dv8fs
    @HarshSingh-dv8fs 5 ปีที่แล้ว

    Please make a video on make a dictionary in ALP

  • @AYESHASIDDIQUA-tq2bi
    @AYESHASIDDIQUA-tq2bi 4 ปีที่แล้ว

    Thank master!
    so much helpful.

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

      Glad to help.

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

      @@krishnodey do you have source code?

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

    Thanks for assignment😂💞

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

    Why the 10, 13

    • @χρηστοςγκοτζαι
      @χρηστοςγκοτζαι 2 ปีที่แล้ว

      its like enter button..go down and home (full left)

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

      10 is for linefeed(moves the cursor to the new line)13 is used for carriage return (moves the cursor to the beginning of current line )