Thank you so much ma'am bohot hi achha smjhaya apne 🙇🙇
@arya49824 жыл бұрын
Ma'am , how can i write ALP to find largest of two number.
@samirandas60855 жыл бұрын
thank you mam it was of a great help
@NAOMYCHELANGAT-d5t10 ай бұрын
An array of 10 numbers is stored in the intel RAM of 80H microcontrollers starting from kocation 30H.How will i write the assembly language program to move the array location starting from 80H.
@NatureLover-oq6uc3 жыл бұрын
Very very good explanation mam
@akashathakt88156 жыл бұрын
mam very nice teaching I understood
@aneespaliyath77666 жыл бұрын
thank you for your help
@_aayushChaudhary_ Жыл бұрын
Write a single 8051 Assembly Language Program (ALP) to receive a decimal data serially at the baud rate of 19200 and perform the following tasks (a, b and c) continuously:The LED connected at P1.5 needs to be toggled with the delay of 10 milliseconds using timer, as per the following scenario: a) If the received data is 1 (ASCII Equivalent -31H), then toggle the LED once b) If the received data is 2 (ASCII Equivalent -32H), then toggle the LED two times. c) If the received data is 3 (ASCII Equivalent -33H), then toggle the LED three times. For any other received data, no action needs to be performed please explain this
@keerthic69255 жыл бұрын
Hats off
@surekhasanadi93615 жыл бұрын
Hi mam I want LM35 Interface with 8051 and ASM language program
@maheshthombare77705 жыл бұрын
Thanks ma'am
@Thereshallbe5 жыл бұрын
Thank you so much mam
@santoshkumarmishra29113 жыл бұрын
Super teach thanks mam
@RahulKumar-de2rw5 жыл бұрын
Thank you mam
@AKHILDS-j3v6 жыл бұрын
thank you maam/////////////////////
@storyoflisa3 жыл бұрын
Write a Program in MIPS Assembly Language that add the integers in an array of 12 (the array declare with first 6 odd numbers) and then saves the result in data segment. sir plz solve this i really need this kindely help me
@harshalsonawane52456 жыл бұрын
👌👌
@gaurikadam74145 жыл бұрын
Tx
@wickliffotieno43512 жыл бұрын
ten numbers stored in consecutive memory locations starting at 4500H.with aid of a flow chart write an assembly language program to find the smallest number among the ten and display it at port 1
@balakumar19663 жыл бұрын
🙏
@mohanawasthy60543 жыл бұрын
mov r6,@r0 is invalid instruction
@StudyMicrocontrollers3 жыл бұрын
Use mov 06h, @r0
@brightburn19953 жыл бұрын
@@StudyMicrocontrollers mam why do we use 06H. Why getting error using R6
@StudyMicrocontrollers3 жыл бұрын
In indirect addressing mode, only accumulator is allowed to use. If you want to use other register, then write its address.
@murtelbrunft4 жыл бұрын
Hopefully nobody changed the register bank select bits RS0 and RS1 in PSW.
@NAOMYCHELANGAT-d5t10 ай бұрын
An array of 10 numbers is stored in the intel RAM of 8051 microcontrollers starting from location 30H.How will i write the assembly language program to move the array location starting from 80H
@adityapatil1879 Жыл бұрын
Thanks mam😊
@r.stutorial86012 жыл бұрын
Thank u so much mam
@StudyMicrocontrollers2 жыл бұрын
Most welcome 😊
@NAOMYCHELANGAT-d5t10 ай бұрын
An array of 10 numbers is stored in the intel RAM of 8051 microcontrollers starting from location 30H.How will i write the assembly language program to move the array location starting from 80H .
@StudyMicrocontrollers10 ай бұрын
Memory block transfer program video is available on channel. Watch it to clear your doubts