1
0
mirror of https://github.com/PDP-10/stacken.git synced 2026-03-05 18:49:02 +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

17 lines
254 B
Plaintext

.R FORTRA
*TATTLE,TATTLE/C=TATTLE
.R MACRO
*TATSUB,TATSUB/C=TATSUB
*SNOOPY,SNOOPY/C=SNOOPY
.R LINK
*SNOOPY/GO
.SAVE SNOOPY
.R LINK
*TATTLE,TATSUB/GO
.SAVE TATTLE
.DELETE SNOOPY.REL,TATTLE.REL,TATSUB.REL
.R CREF
*=SNOOPY
*=TATTLE
*=TATSUB