; PROGRAM NAME: LBRHLP ; AUTHOR: Bob Peddicord ; date: Jan 88 ; version: 1.0 ; ; derivation: help53 by Richard Conn ; some help routines from help52 ; I want to thank Steve Greenberg for his uncrunch code ; ; Version 2.0 by Howard Goldstein, 9/16/91. See file LBRHLP.INF ; for revision history. ver equ 20 rev equ ' ' z3env defl 0fe00h false equ 0 true equ not false yes equ not false no equ false ; Modules to include .accept 'Enter (yes) for uncrunching or (no) for unsqueezing ',uncr ; ; MEMBUF is the address of the first free page above the program. For version ; 2.0 linked with version 4.4A of the libraries, the correct value is 1700h ; for the uncrunching verion and 1600h for the unsqueezing version. ; .radix 16 .accept 'Enter addr of first free page above pgm and data ',membuf .radix 10 include lbrhlp1 ; equate's and external calls include lbrhlp2 ; setup and start of program include lbrhlp3 ; continuation of program include lbrhlp4 ; misc routines if uncr include lbrhlp5 ; uncrunch routines else include lbrhlp6 ; unsqueeze routines endif include lbrhlp7 ; data end