;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; ;; Advanced Communication Board Developer Toolkit ;; ;; (c)Copyright 1993-1995, Sealevel Systems Incorporated ;; ;; ;; ;; ACB.INC ;; ;; For use with Advanced Communication Boards ;; ;; These routines write to the 85x30 SCC registers ;; ;; ACB.ASM external prototypes ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Procedure Prototypes for Calling Program ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SCCin PROTO C BASE:WORD, REGISTER:BYTE ;Returns AL SCCout PROTO C BASE:WORD, REGISTER:BYTE, VALUE:BYTE SCCInit PROTO C BASE:WORD,LABEL1:WORD, LABEL2:WORD SCCInitEx PROTO C BASE:WORD, fpINIT:DWORD,wLENGTH:WORD ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;