1
0
mirror of https://github.com/PDP-10/stacken.git synced 2026-03-01 01:19:17 +00:00
Files
Lars Brinkhoff 6e18f5ebef Extract files from tape images.
Some tapes could not be extracted.
2021-01-29 10:47:33 +01:00

62 lines
1.1 KiB
Plaintext
Raw Permalink 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.
UNIVERSAL DMOPRM - Parameter file for the application DEMO program
SEARCH GLXMAC
DMOVER==1 ;MAJOR VERSION
DMOMIN==0 ;MINOR VERSION
DMOWHO==0 ;WHO LAST PATCHED
DMOEDT==0001 ;EDIT LEVEL
%%DEMO==:<VRSN.(DMO)> ;ASSEMBLE VERSION NUMBER
SALL ;FOR CLEAN LISTINGS
.DIREC FLBLST ;FOR CLEANER LISTINGS
SUBTTL Revision history
COMMENT \
Edit Module Explanation
---- ------ -----------
0001 30-Aug-84 /DPM
DMOPRM Parameter file.
DEMO Demonstration program
DMOTAB OPR command application tables.
\ ;END REVISION HISTORY
SUBTTL Module initialization macro
DEFINE DMODEF (MODULE),<
SEARCH GLXMAC ;;GENERAL GALACTIC DEFINITIONS
SEARCH ORNMAC ;;ORION DEFINITIONS
%%DEMO==:%%DEMO ;;PUT VERSION IN SYMBOL TABLE
PROLOG (MODULE) ;;SETUP
SALL ;;FOR CLEAN LISTINGS
.DIREC FLBLST ;;FOR CLEANER LISTINGS
>
SUBTTL Parameters
; ACCUMULATOR DEFINITIONS
M==16 ;IPCF MESSAGE
; ASSEMBLY PARAMETERS
ND PDLSIZ,100 ;PUSH DOWN LIST SIZE
ND ZZTIME,^D60 ;MAIN LOOP SLEEP TIME
; OPR APPLICATION COMMAND FUNCTIONS
.DMHLP==1 ;HELP
.DMSHW==2 ;SHOW
.DMTST==3 ;TEST
END