8085 program to convert gray code into binary code|ALP for gray to binary conversion|Gray to binary

preview_player
Показать описание
ALP for Gray to Binary code conversion in 8085:
---------------------------------------------------
Hello everyone!! Welcome to our youtube channel "SCRATCH LEARNERS".
--------------------------------
This video explains the method to convert gray code into ita equivalent binary code. The method is explained with solved examples.

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:
-----------------------------------------------------------
PLAYLIST FOR 8085 MICROPROCESSOR :
--------------------------------------------------------------------
PLAYLIST FOR HASHING TUTORIAL :
------------------------------------------------------------
PLAYLIST FOR OPERATIONS IN ARRAY :
------------------------------------------------------------------------
PLAYLIST FOR ARRAYS IN DATA STRUCTURE :
------------------------------------------------------------------------------------

Connect with me on social media :
----------------------------------------------------------------------
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----------------
#gray_to_binary #gray_code_8085 #gray_binary_8085
#8085microprocessor #microprocessor8085 #ALP #scratchlearners #swatiagarwal
Рекомендации по теме
Комментарии
Автор

Minor correction: There will be a STA C050H between XRA M and DCR B.
Rest beautifully explained.. Thanks!

shiladitya
Автор

You must include loop: STC and CMC before RAR instruction to get it done.

saurabhdwivedi
Автор

Ma'am, After XOR operation result is stored in accumulator and every time we are rotating the result and adding it to original data... Does this program needs correction?

Devil-dnew
Автор

after XOR operation result will be in memory, so when loop iteration happens result of XOR is rotating, so what was shown in step by step procedure is not happening, memory data is static every time right?

rretheesh
Автор

Question: According to logic we should xor obtained previous result with right shift of original content. But in program we are doing xor of original content with right shift of previous result. Am I understanding it wrong?

please help

aalupidalu
Автор

i was looking for this and i found, this is very nice...

cakesaneranchi
Автор

sorry result not in memory but in accumulator

rretheesh