; MDebugAsm.asm -- Self-relative pattern-name table for Debug overlay ; Last edited: 16 November 1979 .ent PatTab .ent NPatterns .srel PatTab: .PatTab ; Table of data test pattern names NPatterns: .PatEnd-.PatTab .nrel ; Table of test pattern names ; Relative locations are used to avoid creating statics that are a ; nuisance when overlays go in and out .PatTab: zeroes-. ones-. cyc1-. cyc0-. random-. seque-. shldbe-. altzo-. altgd-. .PatEnd: zeroes: .txt "ZEROES" ones: .txt "ONES" cyc1: .txt "CYC1" cyc0: .txt "CYC0" random: .txt "RANDOM" seque: .txt "SEQUENTIAL" shldbe: .txt "SHOULD-BE" altzo: .txt "ALTZO" altgd: .txt "ALT-SHOULD-BE" .end