The
ADDI command lets you input the data into the ADC converter. If a data parameter is given, the value is placed into the next slot in the input buffer. Otherwise, if no parameter is given, a window is displayed with the input buffer values. Input values can be entered while the window is open. An arrow points to the next value to be used by the ADC. The maximum number of input values is 256 bytes.
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 input value to the ADDI to $55
>gdi ADDI
Pull up the data window with all the input values.