/************************************************************************************************\ |* C function that sends a Byte across the Serial port *| \************************************************************************************************/ SendByte() { #asm JSR HOSTCO JSR ONSCI LDAA _iSendVal JSR OUTSCI #endasm }