; 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 1.6 by Howard Goldstein, 8/27/90. See file LBRHLP.INF ; for revision history. ver equ 16 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 ; 1.6 linked with version 4.3 of the libraries, the correct value is 1600h ; for the uncrunching verion and 1400h 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