Skip to content

Source code for programming questions asked during the Microprocessor Systems and Programming exam.

License

Notifications You must be signed in to change notification settings

starhopp3r/MSP-EST-Src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MSP Exam Source Code

Source code for programming questions asked during the Microprocessor Systems and Programming exam.

Question 1 (Assembly)

"Write an x86 assembly program to check whether the mark of a student is between 70 and 79, assuming the mark is stored in the CL register. Assign CH register to a value of 01H if the mark is within the range, otherwise, assign 00H to the CH register."

Question 2 (C)

"Write a 'C' polling program such that when the sensor signal is at level HIGH, the LEDs will be flashing, that is turning on and then off with a delay of 300 mSec. If the sensor signal is at level LOW, shift the LEDs from the LSB to the MSB, one LED at a time with a delay 500 mSec."

Author

Nikhil Raghavendra (@nikhilraghava)

About

Source code for programming questions asked during the Microprocessor Systems and Programming exam.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published