ADDI Command

The ADDI command allows the user to input the data into the ADC16 converter. If a data parameter is given, the value is placed into the next slot in the input buffer. If no data parameter is given, a window is displayed with the input buffer values shown in the followimng figure. Input values can be entered while the window is open. An arrow points to the next value that will be used by the ADC16. The maximum number of input values is 256 bytes.
Figure 1. ADC16 IN Buffer Display
ADC16 IN Buffer Display
After the conversion is complete, the first queued value is passed from the data buffer into the ADC16 data register. It can be observed in the memory window by displaying the memory location corresponding to the ADC16 data register. Syntax
  >gdi ADDI <n>  
Where: <n> The value to be entered into the next location in the input buffer. Example
  >gdi ADDI $55  
Set the next ADDI input value to $55
  >gdi ADDI  
Pull up the data window with all the input values.