Mahesh Pawaskar
Mahesh Pawaskar
  • 84
  • 403 073
Addressing Modes of 8086 | Hindi
PPT: drive.google.com/file/d/1wms6ERAcvEtWcyXY6doAULI_LomtJTZg/view?usp=sharing
Video Playlist of 8086 Programming: th-cam.com/play/PL8il7OmWjQ_9SAjYJv7CbXkg5klM68D3a.html&si=N7Rf_5schpJYP-Ax
Video-01 How to install DOSBox and how to start the 8086 program:
th-cam.com/video/-4sIzzY8gqg/w-d-xo.htmlsi=q3vRvMWGk6ZmwhAm
Video-02 How to run assembly program using TASM and creating a framework for an assembly program:
th-cam.com/video/vQvpSyW3dVs/w-d-xo.htmlsi=JRPW5I6Pc_qe5spx
Video-03 8086 Program to find largest number in a series of 8 bit numbers
th-cam.com/video/9-Z9BuFf9Ek/w-d-xo.htmlsi=DHyKsg497SPgUecr
Video-04 GCD of Two 8 Bit Numbers | 8086 Assembly Language Program
th-cam.com/video/Y-kKqmp8F0s/w-d-xo.htmlsi=RochU7nWNOyGnXVu
Video-05 8086 Program To Transfer Block of Data using String Instructions
th-cam.com/video/ULRIvMPqFug/w-d-xo.htmlsi=YqBTu4XT_hvvOTuh
Video-06 Exchange the content of memory location using string instructions
th-cam.com/video/QOnuRvbprBs/w-d-xo.htmlsi=hNQ8tGRph6tYFBRj
Video-07 8086 Program to search given character in a string
th-cam.com/video/zVkRBVT1rNw/w-d-xo.htmlsi=nkqZJVbhm9Dzaa6O
Video-08 Assembly program of 8086 to arrange the numbers in Ascending / Descending order| Hindi
th-cam.com/video/q18cQk1Y9Rk/w-d-xo.htmlsi=oEd4hoTIbhfMH0WR
มุมมอง: 64

วีดีโอ

Assembly program of 8086 to arrange the numbers in Ascending / Descending order| Hindi
มุมมอง 12614 วันที่ผ่านมา
In this video, we will learn, how to sort the given list of 8-bit numbers in ascending order. Program: drive.google.com/file/d/19gXhEkUVzftLmh9RI_ezN7-TFzdNpr9H/view?usp=sharing Write an assembly language program to sort an array of data in ascending order. Video Playlist of 8086 Programming: th-cam.com/play/PL8il7OmWjQ_9SAjYJv7CbXkg5klM68D3a.html&si=N7Rf_5schpJYP-Ax Video-01 How to install DOS...
8086 Programming to search given character in a string | Hindi #8086
มุมมอง 22721 วันที่ผ่านมา
In this video, I have explained 8086 programing to search a character in given string. Program to search a character in the string: drive.google.com/file/d/1fjDSjKM3xTP5cu6VkcQnZxSrPpQqQYnF/view?usp=sharing Playlist of 8086 programming: th-cam.com/play/PL8il7OmWjQ_9SAjYJv7CbXkg5klM68D3a.html&si=N7Rf_5schpJYP-Ax Video-01 How to install DOSBox and how to start the 8086 program: th-cam.com/video/-...
Exchange the content of memory location using string instructions | 8086 assembly Language Program
มุมมอง 16321 วันที่ผ่านมา
In this video, I have explained an assembly language program for 8086 to exchange the contents of two memory blocks. Documentation: drive.google.com/file/d/1ykovKLuItjL1WoEJLG-i20048kKbpl26/view?usp=sharing Programming Playlist: th-cam.com/play/PL8il7OmWjQ_9SAjYJv7CbXkg5klM68D3a.html&si=N7Rf_5schpJYP-Ax Video-01 How to install DOSBox and how to start the 8086 program: th-cam.com/video/-4sIzzY8g...
8086 Program To Transfer Block of Data using String Instructions | Hindi
มุมมอง 14321 วันที่ผ่านมา
How to transfer a block of data from one series of locations to other location using 8086 microprocessor programming has been discussed step by step. Documentation: drive.google.com/file/d/1OFjAz3HVREEiW4BbzdYKVVflctBHeAUj/view?usp=sharing Video Playlist of 8086 Programming: th-cam.com/play/PL8il7OmWjQ_9SAjYJv7CbXkg5klM68D3a.html&si=N7Rf_5schpJYP-Ax Video-01 How to install DOSBox and how to sta...
GCD of Two 8 Bit Numbers | 8086 Assembly Language Program | TASM
มุมมอง 8428 วันที่ผ่านมา
In this video, I have explained the 8086 assembly program to find GCD and LCM using Euclidean's Algorithm With Applications. Video Playlist of 8086 Programming: th-cam.com/play/PL8il7OmWjQ_9SAjYJv7CbXkg5klM68D3a.html&si=N7Rf_5schpJYP-Ax Video-01 How to install DOSBox and how to start the 8086 program: th-cam.com/video/-4sIzzY8gqg/w-d-xo.htmlsi=q3vRvMWGk6ZmwhAm Video-02 How to run assembly progr...
8086 Program to find largest number in a series of 8 bit numbers
มุมมอง 79หลายเดือนก่อน
In this video, I have explained the assembly program of 8086 to find the smallest number from an array of size n. Video Playlist of 8086 Programming: th-cam.com/play/PL8il7OmWjQ_9SAjYJv7CbXkg5klM68D3a.html&si=N7Rf_5schpJYP-Ax Video-01 How to install DOSBox and how to start the 8086 program: th-cam.com/video/-4sIzzY8gqg/w-d-xo.htmlsi=q3vRvMWGk6ZmwhAm Video-02 How to run assembly program using TA...
How to run assembly program using TASM and creating a framework for an assembly program.
มุมมอง 102หลายเดือนก่อน
How to Setup Run Assembly language Program using TASM DOSBOX a step by step guide to successfully run a Assembly Language Program. Steps to run the code are as follows 1. TASM filename.asm 2. TLINK filename.obj 3. TD filename.exe or DEBUG filename.exe Video Playlist of 8086 Programming: th-cam.com/play/PL8il7OmWjQ_9SAjYJv7CbXkg5klM68D3a.html&si=N7Rf_5schpJYP-Ax Video-01 How to install DOSBox an...
How to install DOSBox and how to start the 8086 program.
มุมมอง 115หลายเดือนก่อน
In this video, we will learn how to install DOSBox on a Windows 11 laptop and how to use that DOSBox to program 8086 programs. 1) TASM: drive.google.com/drive/folders/1IzOcnFSGynSbB6eW6jyLJiso5YA-2sTN?usp=sharing 2) DOSBoX: sourceforge.net/projects/dosbox/files/latest/download 3) Program: drive.google.com/file/d/1x4p8GeeIoI3JdYRypAhBcxeLVvRB1F4b/view?usp=sharing Video Playlist of 8086 Programmi...
RMS value of a waveform in Hindi (lecture 6)
มุมมอง 17หลายเดือนก่อน
The root mean square (RMS) value of a waveform is a measure of its effective or average power. For an AC (alternating current) waveform, the RMS value is the square root of the average of the squares of the instantaneous values over one complete cycle. The RMS value is particularly useful because it represents the equivalent DC (direct current) voltage or current that would produce the same amo...
RMS value of a waveform in Hindi (lecture-5)
มุมมอง 294 หลายเดือนก่อน
The root mean square (RMS) value of a waveform is a measure of its effective or average power. For an AC (alternating current) waveform, the RMS value is the square root of the average of the squares of the instantaneous values over one complete cycle. The RMS value is particularly useful because it represents the equivalent DC (direct current) voltage or current that would produce the same amo...
RMS value of a waveform in Hindi (lecture-4)
มุมมอง 114 หลายเดือนก่อน
The root mean square (RMS) value of a waveform is a measure of its effective or average power. For an AC (alternating current) waveform, the RMS value is the square root of the average of the squares of the instantaneous values over one complete cycle. The RMS value is particularly useful because it represents the equivalent DC (direct current) voltage or current that would produce the same amo...
Average value of waveform in Hindi (Lecture 03)
มุมมอง 194 หลายเดือนก่อน
The average value of a waveform is also known as the DC (direct current) component or the mean value. For a periodic waveform, the average value is calculated over one complete cycle. In simpler terms, this involves finding the area under the curve of the waveform over one complete cycle and dividing it by the period of the waveform.
Average value of waveform in Hindi (Lecture-02)
มุมมอง 364 หลายเดือนก่อน
The average value of a waveform is also known as the DC (direct current) component or the mean value. For a periodic waveform, the average value is calculated over one complete cycle. In simpler terms, this involves finding the area under the curve of the waveform over one complete cycle and dividing it by the period of the waveform.
Analysis of AC circuit Average value of waveform in Hindi (Lecture 01)
มุมมอง 364 หลายเดือนก่อน
Analysis of AC circuit Average value of waveform in Hindi (Lecture 01)
Raspberry Pi as a Server, Stores the data in the database and displays on Webpage
มุมมอง 2985 หลายเดือนก่อน
Raspberry Pi as a Server, Stores the data in the database and displays on Webpage
How to install the latest version of ISE design suite for | windows 10 | windows 11
มุมมอง 6K6 หลายเดือนก่อน
How to install the latest version of ISE design suite for | windows 10 | windows 11
Sending DHT11 Data from Raspberry Pi to ThingsSpeak Cloud
มุมมอง 3258 หลายเดือนก่อน
Sending DHT11 Data from Raspberry Pi to ThingsSpeak Cloud
Implementation of MQTT protocol to Control LED which is interfaced with Raspberry Pi
มุมมอง 3148 หลายเดือนก่อน
Implementation of MQTT protocol to Control LED which is interfaced with Raspberry Pi
DHT11 Sensor Data to New Blynk2 0 using BlynkEdgent Method Fetch the Humidity & Temperature Values.
มุมมอง 1888 หลายเดือนก่อน
DHT11 Sensor Data to New Blynk2 0 using BlynkEdgent Method Fetch the Humidity & Temperature Values.
Arduino IoT Cloud and ESP8266 with DHT11 for Temperature and Humidity Monitoring, Arduino IoT Cloud
มุมมอง 5Kปีที่แล้ว
Arduino IoT Cloud and ESP8266 with DHT11 for Temperature and Humidity Monitoring, Arduino IoT Cloud
Downloading Verilog program in FPGA ElbertV2 Board with Window 11.
มุมมอง 780ปีที่แล้ว
Downloading Verilog program in FPGA ElbertV2 Board with Window 11.
Cloud based IoT Project. Sending Temperature and Humidity Data to Apache Server using php.
มุมมอง 624ปีที่แล้ว
Cloud based IoT Project. Sending Temperature and Humidity Data to Apache Server using php.
Part VI, Current Divider Rule
มุมมอง 90ปีที่แล้ว
Part VI, Current Divider Rule
Part V, Current provided by source
มุมมอง 107ปีที่แล้ว
Part V, Current provided by source
Part IV, Voltage Divider Rule
มุมมอง 67ปีที่แล้ว
Part IV, Voltage Divider Rule
Part-III, Finding Equivalent resistor across network
มุมมอง 62ปีที่แล้ว
Part-III, Finding Equivalent resistor across network
Part-II, Calculation of Parallel combination of resistors
มุมมอง 55ปีที่แล้ว
Part-II, Calculation of Parallel combination of resistors
Part-I, Series and Parallel combinations of resistors
มุมมอง 70ปีที่แล้ว
Part-I, Series and Parallel combinations of resistors
How to solve equations using scientific calculator
มุมมอง 138ปีที่แล้ว
How to solve equations using scientific calculator

ความคิดเห็น

  • @ProfMPKurvey
    @ProfMPKurvey 4 วันที่ผ่านมา

    Very nice explanation

  • @anilsakpal8656
    @anilsakpal8656 6 วันที่ผ่านมา

    U save my life. Thank you

  • @maxmuster7003
    @maxmuster7003 8 วันที่ผ่านมา

    Very good.

  • @maxmuster7003
    @maxmuster7003 8 วันที่ผ่านมา

    Adressing with memory location using segment:offset, default is the data segment DS: mov al, [1000h] ; ds:1000h mov al, [bx] ; ds:bx mov al, [di] ; ds:di mov al, [si] ; ds:si Adressing with memory location using segment:offset, default is the stack segment SS: mov al, [bp] ; SS:bp

    • @MaheshPawaskar
      @MaheshPawaskar 8 วันที่ผ่านมา

      I want very brief description. So i purposefully skip some parts.

  • @birjupatel238
    @birjupatel238 19 วันที่ผ่านมา

    hi , I have to receive SPI data from master(different controlled. Its Infineon) in Arduino Due, how to do this ??which ISR will call? Syntax??

  • @maxmuster7003
    @maxmuster7003 19 วันที่ผ่านมา

    Good work.

  • @maxmuster7003
    @maxmuster7003 22 วันที่ผ่านมา

    Very good. I prefer to say hexadecimal values digit by digit and not like decimal values, because the hexadecimal number system is not based on ten. Else we have for hex DAED = d-thousend a-hundred and e-ty d and this sounds not good. So hex 5000 is not five thousend, but five zero zero zero.

  • @shaikhaarifeen3422
    @shaikhaarifeen3422 25 วันที่ผ่านมา

    Keep it sir ❤❤

  • @shaikhaarifeen3422
    @shaikhaarifeen3422 25 วันที่ผ่านมา

    Thanks for your video and support 👍

  • @anilsakpal8656
    @anilsakpal8656 28 วันที่ผ่านมา

    Very nice

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

    plz support me to install sir

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

    I am using Windows 11 but unable to install xilinks it is giving error like here was an unexpected error executing import ise virtual appliance. the error message was: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% interpreting d:\software\xilinx_ise_14.7_win10_14.7_vm_0213_1\ova\14.7_vm.ova... ok. 0%...10%...20%...30%...40%...e_invalidarg vboxmanage.exe: error: appliance import failed vboxmanage.exe: error: code e_invalidarg (0x80070057) (extended info not available) vboxmanage.exe: error: context: "enum rtexitcode __cdecl handleimportappliance(struct handlerarg *)" at line 1436 of file vboxmanageappliance.cpp do you want to retry?

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

      I don't have idea.

    • @hidurangala
      @hidurangala วันที่ผ่านมา

      I have exaclty same issue. It might be becasue we are using D drive instead of C drive ?

    • @MaheshPawaskar
      @MaheshPawaskar วันที่ผ่านมา

      @@hidurangala if u could get solution, please post your solution here. Your solution will help others.

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

    I like to use debug to create tiny executable com files and i use batch files as open source container to put all instruction of a routine inside the batch file.

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

      Could you guide further for the same.?

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

      @@MaheshPawaskar Yes, here is one of these special container batch files to start with some parameter attached to build and modify the routine: CENTER.BAT 8 1b "output center align" @echo off REM CENTER.BAT REM Need three parameter (%1 %2 %3) attached. REM Usage: CENTER.BAT row color "TEXT" echo acs:100>tmp.deb echo mov ax,B800>>tmp.deb echo mov es,ax>>tmp.deb echo mov di,%1>>tmp.deb echo mov bx,%1>>tmp.deb echo shl di,7>>tmp.deb echo shl bx,5>>tmp.deb echo add di,bx>>tmp.deb echo cld>>tmp.deb echo mov si,140>>tmp.deb echo lodsb>>tmp.deb echo cmp al,FF>>tmp.deb echo jnz 0117>>tmp.deb echo sub si,141>>tmp.deb echo mov bx,50>>tmp.deb echo mov cx,si>>tmp.deb echo sub bx,si>>tmp.deb echo shr bx,1>>tmp.deb echo shl bx,1>>tmp.deb echo add di,bx>>tmp.deb echo mov ah,%2>>tmp.deb echo mov si,140>>tmp.deb echo lodsb>>tmp.deb echo stosw>>tmp.deb echo dec cx>>tmp.deb echo jnz 0132>>tmp.deb echo ret>>tmp.deb echo org 140>>tmp.deb echo DB "%3", FF>>tmp.deb echo.>>tmp.deb echo n CENTER.COM>>tmp.deb echo rcx>>tmp.deb echo 90>>tmp.deb echo wcs:100>>tmp.deb echo q>>tmp.deb debug<tmp.deb>nul del tmp.deb CENTER.COM del CENTER.COM

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

      @@MaheshPawaskar I made some videos(no speech) to share the batch files. Have fun.

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

      please, give link of the video. Thank you

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

      @@MaheshPawaskar Sorry. I can`t post internet links. Please search in youtube.

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

    in flash memory which version you have used.

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

    I am on an android tablet with a dosbox app installed and with an other version of Debug to use x86 instructions.

  • @VikiPatil-so7mr
    @VikiPatil-so7mr หลายเดือนก่อน

    Thank you

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

    thank you

  • @tech-vloggerSSGMCE
    @tech-vloggerSSGMCE หลายเดือนก่อน

    खूप छान

  • @lucifer-9996
    @lucifer-9996 หลายเดือนก่อน

    What a man excellent sir 😳🫡

  • @dreamtravelerfashion411
    @dreamtravelerfashion411 2 หลายเดือนก่อน

    please share the code

    • @MaheshPawaskar
      @MaheshPawaskar 2 หลายเดือนก่อน

      This video is created long back. So I don't have code today.

  • @GughanG
    @GughanG 2 หลายเดือนก่อน

    Good explanation bro🎉

  • @user-tb8ej8ft5f
    @user-tb8ej8ft5f 3 หลายเดือนก่อน

    Great Work!

  • @mohitwat1570
    @mohitwat1570 3 หลายเดือนก่อน

    Sir can you provide component library of MSP430F5529

    • @MaheshPawaskar
      @MaheshPawaskar 3 หลายเดือนก่อน

      No any external library is added. May be earlier version was not having this library.

  • @MithleshYadavEXE
    @MithleshYadavEXE 3 หลายเดือนก่อน

    Wow sir keya video hai maza aa gya ❤❤

  • @truongquangbaokhanh2910
    @truongquangbaokhanh2910 3 หลายเดือนก่อน

    thanks sir

  • @kamalpur4439
    @kamalpur4439 3 หลายเดือนก่อน

    Nodemcu relay not working always on relay. please provide solution

    • @MaheshPawaskar
      @MaheshPawaskar 3 หลายเดือนก่อน

      If relay is having 5V rating, make sure that, it is getting 5v at input. Relay gives only 3.3V. Simple solution is, use digital logic gate such as NOT, AND gates etc.

    • @kamalpur4439
      @kamalpur4439 3 หลายเดือนก่อน

      @@MaheshPawaskar thanks

  • @amangaur1011
    @amangaur1011 3 หลายเดือนก่อน

    This is a great demo. Thanks.

  • @shikharshrivastava1917
    @shikharshrivastava1917 3 หลายเดือนก่อน

    Nice explnation sir❤️❤️❤️🙏

  • @smartchandru4720
    @smartchandru4720 3 หลายเดือนก่อน

    Can you make a video when camera detects fire, it turns on buzzer in proteus simulation

  • @adithyavarma758
    @adithyavarma758 3 หลายเดือนก่อน

    tq sir

  • @koya-_-
    @koya-_- 4 หลายเดือนก่อน

    code: import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BOARD) GPIO.setwarnings(False) button=12 DC_motor_a=7 DC_motor_b=11 GPIO.setup(DC_motor_a, GPIO.OUT) GPIO.setup(DC_motor_b, GPIO.OUT) GPIO.setup(button, GPIO.IN, pull_up_down= GPIO.PUD_UP) while(1): if GPIO.input(button)==GPIO.LOW: GPIO.output(DC_motor_a, GPIO.HIGH) GPIO.output(DC_motor_b, GPIO.LOW) time.sleep(0.1) else: GPIO.output(DC_motor_a, GPIO.LOW) GPIO.output(DC_motor_b, GPIO.HIGH) time.sleep(0.1)

  • @user-bs5yo5pf4p
    @user-bs5yo5pf4p 4 หลายเดือนก่อน

    sir explain about uart i2c spi protocols in lpc2148 sir

  • @user-bs5yo5pf4p
    @user-bs5yo5pf4p 4 หลายเดือนก่อน

    sir when we give 2 volts in debug it gives like 26c when we provide 3 why it showing 3af like we can provide below 3.3 volts valid na sir

    • @MaheshPawaskar
      @MaheshPawaskar 4 หลายเดือนก่อน

      Yes correct. Reference voltage is 3.3V

  • @akshaysakpal7846
    @akshaysakpal7846 4 หลายเดือนก่อน

    🎉❤

  • @Ms.Engineer-iy2xi
    @Ms.Engineer-iy2xi 4 หลายเดือนก่อน

    Hi! Can you make a tutorial that connects 4 Zigbee?

  • @fajarnyt19th
    @fajarnyt19th 4 หลายเดือนก่อน

    koding 10:00

  • @private.-6041
    @private.-6041 4 หลายเดือนก่อน

    Thanks a lot bhaya 🎉🎉

  • @uniqueautomationelectronic5696
    @uniqueautomationelectronic5696 4 หลายเดือนก่อน

    Thanks

  • @uniqueautomationelectronic5696
    @uniqueautomationelectronic5696 4 หลายเดือนก่อน

    Thanks

  • @user-ll9vy3gs2p
    @user-ll9vy3gs2p 4 หลายเดือนก่อน

    Hi, Good Day, can I ask how to make the Status Online in Arduino IOT Cloud?

    • @MaheshPawaskar
      @MaheshPawaskar 4 หลายเดือนก่อน

      I found that, Arduino IoT cloud is having problem of connectivity. It gets disconnected frequently. Better to use Thinkgspeak cloud.

    • @user-ll9vy3gs2p
      @user-ll9vy3gs2p 4 หลายเดือนก่อน

      Thanks for the response❤️

  • @Jagannath494
    @Jagannath494 4 หลายเดือนก่อน

    can we connect uart to this board

    • @MaheshPawaskar
      @MaheshPawaskar 4 หลายเดือนก่อน

      Yes.

    • @Jagannath494
      @Jagannath494 4 หลายเดือนก่อน

      Where we have to connect

    • @Jagannath494
      @Jagannath494 4 หลายเดือนก่อน

      Hello sir can you tell me where we have to connect

    • @MaheshPawaskar
      @MaheshPawaskar 4 หลายเดือนก่อน

      You will have to develop a VHDL/Verilog code to implement UART. We can not use as like Microcontroller.

    • @Jagannath494
      @Jagannath494 4 หลายเดือนก่อน

      @@MaheshPawaskar ok

  • @priyashelar8172
    @priyashelar8172 5 หลายเดือนก่อน

    how to upload virology code in FPGA spartan board.?

  • @priyashelar8172
    @priyashelar8172 5 หลายเดือนก่อน

    how to process saved the image?

  • @priyashelar8172
    @priyashelar8172 5 หลายเดือนก่อน

    thank you for everything. nice work.

  • @divyaghoshal
    @divyaghoshal 5 หลายเดือนก่อน

    Thankyou sir ❤

  • @lovelychauhan664
    @lovelychauhan664 5 หลายเดือนก่อน

    aur video banao sir ...aur aise hi simple way me btana 🙏

  • @technologymeet6959
    @technologymeet6959 6 หลายเดือนก่อน

    hi sir please tell me to to load the licence for xilinx

  • @abhijitsingh20
    @abhijitsingh20 6 หลายเดือนก่อน

  • @priyakundu5719
    @priyakundu5719 6 หลายเดือนก่อน

    Nice video

  • @tanvirana2404
    @tanvirana2404 7 หลายเดือนก่อน

    Thank you 😊🙏