name bcsdm $title(bcsdm ci and co from iSDM 86/286) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; TITLE: bcsdm ; short path to iSDM ci and co for bootstrap ; ; DATE: 10 FEB 1983 ; ; ABSTRACT: Provides an indirect link to the large model ci ; and co procedures in the iSDM 86/286 monitor. ; The iSDM 86/286 interface routines add too much ; code which is not needed by the bootstrap. ; ; LANGUAGE DEPENDENCIES: Compatible with PL/M 86 LARGE model. ; ; ; ; INTEL CORPORATION PROPRIETARY INFORMATION ; ; This software is supplied under the terms of a ; license agreement or nondisclosure agreement with ; Intel Corporation and may not be copied or disclosed ; except in accordance with the terms of that agreement. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; public ci public co code segment public 'CODE' co proc far db 0eah ; code for long jump dw 0,0fffdh ; to fffd0h co endp ci proc far db 0eah ; code for long jump dw 8,0fffdh ; to fffd8h ci endp code ends end