page IF INTER1 Link GBcbiow3.a86 ;If Interfacer 1 code included ENDIF IF BANG Link GBcbiot3.a86 ;If Bit banger code included ENDIF IF SMORG Link GBcbiou3.a86 ;If System Support code included ENDIF IF INTER3 OR SMORG Link GBcbiov3.a86 ;If Interfacer 3 code included ENDIF IF INTER1 OR BANG Link GBcbiox3.a86 ;Interfacer 1 list I/O included ENDIF NOTHIN RET page ; G e t M e m o r y M a p GETSGT: LD BX,#MRT ;Get table address RET space 4,10 ; G e t I O B Y T E ; ; Get the IOBYTE. GETIOB: LD AL,IOBYTE RET space 4,10 ; S e t I O B Y T E ; ; Set the IOBYTE. SETIOB: STO CL,IOBYTE ;Store the IOBYTE RET