2025-04-27 07:49:33 -04:00

38 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1988 - 1991
; * All Rights Reserved.
; */
.XLIST ;AN000;
PAGE ,132 ;AN000;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
;; DOS - GRAPHICS Command
;;
;; ;AN000;
;; File Name: GRCOMMON.EXT ;AN000;
;; ---------- ;AN000;
;; ;AN000;
;; Description: ;AN000;
;; ------------ ;AN000;
;; Include file containing external declarations for ;AN000;
;; the code and data defined in GRCOMMON.ASM ;AN000;
;; ;AN000;
;; Change History: ;AN000;
;; --------------- ;AN000;
;; ;AN000;
;; ;AN000;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
;; ;AN000;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
.LIST ;AN000;
EXTRN READ_DOT:NEAR ;AN000;
EXTRN LOC_MODE_PRT_INFO:NEAR ;AN000;
EXTRN STORE_BOX:NEAR ;AN000;
EXTRN PRINT_BUFFER:NEAR ;AN000;
EXTRN GET_SCREEN_INFO:NEAR ;AN000;
EXTRN SETUP_PRT:NEAR ;AN000;
EXTRN RESTORE_PRT:NEAR ;AN000;
EXTRN NEW_PRT_LINE:NEAR ;AN000;
EXTRN PRINT_BYTE:NEAR ;AN000;
EXTRN DET_CUR_SCAN_LNE_LENGTH:NEAR ;AN000;