Homework for Thursday, October 28
Write a commented 8088 assembly language procedure that will output a “clipped” signal that follows an input signal.
The procedure should operate continuously until a key is pressed
Assume that the input signal is in the range 0 - 5 volts the A/D has been calibrated at 20 mv per 1-bit change the D/A has been calibrated at 25 mv per 1-bit change the level to clip the output at is stored in variable, CLIPLEVEL, and is given in units of tenths of volts (0.1 v)
That is, if CLIPLEVEL = 10, then the output signal should be in the range 0 - 1 volt.