8085 Simulator - Intel 8085 Microprocessor Kit
The following videos are a demonstration to use 8085 Simulator App
Write & execute an 8085 ALP to perform Addition Program in Hindi [11:57]
Demonstration to use 8085 Simulator in English [6:12]
Intro video [1:59]
Tutorial in English [10:24]
ALP In Gujarati [9:31]
ALP in Bengali [9:33]
(12th std H.S.C. board CS-II) Instruction set of 8085 microprocessor [Hinglish, 13:21]
microprocessor 8085 programing in 8085 simulator in android app [Hinglish, 8:43]
Write an 8085 ALP to perform addition operation in the 8085 Simulator app (detail view in 2 minutes)
If you want to make a demonstration video in your language then make it, upload it to Youtube, and send the link to us through the mail:(sclabcse@gmail.com). We will list it here. Your support will help others:)
⚫ Sample program to insert 20H in [2050] memory location:
Address Instruction Opcode Comments
E000 MVI A, 20 3E 20 A ← 20
E002 STA 2050 32 50 20 [2050] ← A
E005 HLT 76 Terminate Program
Output:
Check [2050] memory location
Demonstration of Original kit (Dyna)
Don't use RST for program termination in our Simulator
For showing output how to come e050
ReplyDeleteSUBST MEM -> E050 -> NEXT
ReplyDelete->(Check data field)
Not good but not bad
ReplyDeleteThis comment has been removed by the author.
ReplyDelete