Assembly Language Design the program for a heater controller. When the program first starts, the heater should be turned off. The thermometer is connected to port 1 and the heater to port 2. If the...


Assembly Language


Design the program for a heater controller. When the program first starts, the heater should be turned off. The thermometer is connected to port 1 and the heater to port 2. If the thermometer has a value of less than 64, turn the heater on. If the value is 64 or more, turn the heater off. Use subroutines to turn the heater on and off. The program should loop continuously. The heater is turned on by setting bit 3 to 1. It is turned off by setting the bit to 0.




Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here