page 58,132 title LASTBYTE Copyright (c) 1986 COMPAQ Computer Corp. ;****************************************************************************** ; ; Name: LASTBYTE ; ; Group: ROM ; ; Revision: 1.00 ; ; Date: June 20, 1986 ; ; Author: M P Vaughan, used by S M Dason ; ;****************************************************************************** ; ; Changes: ; ; DATE REVISION DESCRIPTION ; -------- -------- ------------------------------------------------------ ; 06/20/86 1.00 Original. ;****************************************************************************** ; ; Functional Description: ; ; This module is used for the last byte in a terminate and stay resident ; program. ; ;****************************************************************************** ; patch segment byte public 'PATCH' assume cs:patch, ds:patch ; public last ; last label byte ; patch ends end