|
Code Segment where the actual program starts
The conversion progams will be called from the CONV.LIB and the sub-procedure calls are decalred as external.
Both “DOS-RET-SUP” and INIT-DATA-SEG” are required.
First data input is received and stored at INPU1
Second data input is received and stored at INPUT2
The received inputs are then flashed back to the monitor for the sake of confirmation.
Here the menu selection is started.
Depending on the operation selected, the program jumps to the corresponding operation. The calls to the operation is not yet included.
|