From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 29 Oct 92 16:36:31 GMT From: cis.ohio-state.edu!news.sei.cmu.edu!ajpo.sei.cmu.edu!falis@ucbvax.Berkele y.EDU (Edward Falis) Subject: Re: serial port, console IO Message-ID: <1992Oct29.163631.7542@sei.cmu.edu> List-Id: The first param is used to determine the interrupt vector containing the address of the isr for incoming serial port interrupts. It's an actual subprogram parameter. If you look at the argument routine given, you'll see that it's an interfaced routine whose body is defined in the user bsp (uscodxxx.asm). Similarly, the second parameter you mention another actual suprogram parameter for a routine to put a single byte to the serial device. This interfaces into a routine that is also in the user BSP (in the instantiation given). - Ed Falis, Alsys Inc