0 rem dsave "@list-me.7u",d0:print ds$ 10 poke 59468,14:print " ":list 11 " ******************************** 12 " *** I.C.P.U.G. disk no. 7U *** 13 " ******************************** 25 " ******************************** 26 " *** List-Me Program by: *** 27 " *** Joe Griffin (ICPUG) *** 28 " *** 7 April 1985 *** 29 " ******************************** 30 " ******************************** 31 " *** ok to copy but not to **** 32 " *** be sold or published **** 33 " *** for profit. **** 34 " ******************************** 35 " ******************************** 36 " * To the best of our knowledge * 37 " * the programs on this disk * 38 " * are in the public domain. * 39 " * * 40 " * Should this not be the case, * 41 " * please contact us at ICPUG. * 42 " * * 43 " ******************************** 44 " 45 " 46 " LIST-ME.7U This file contains descriptions of the programs on 47 " ICPUG Disk No. 7U - LOAD and LIST it. 48 " 50 " date: 5 October 1985 60 " This disk was compiled by D.P. Griffin 70 " 100 " Programs for Commodore 700 Series Machines 101 " - (Also known in USA as B Series) 102 " ************************************************************************ 103 " The programs presented here were supplied by B128 User Group 104 " They come from two main sources - Liz Deal & TPUG 105 " ************************************************************************ 106 " 107 " : last minute update: if you have memory in bank 15 at $4000-5fff then 108 " : keytrix and supermon will attempt to load the hookup code at 109 " : $5db0 and $5f80 respectively, using files which have a '+' at the end 110 " : (normally they would go at $5b0 and $780 in bank 15). 111 " : 112 " dcl b128.pal :b128 def's for an assembler, in prg format, by brad 113 " : templeton. list or keytrix 'list n' to make a seq file. 114 " +btxfer :transfer sequences - should be on every b-disk. 115 " : is needed to support all machine code programs 116 " xcall :addition to xfer, see 'w.xcalls' superscript file 117 " supermonb :works in b128 and at least some b256. list '.ins' or 118 " : run .ins on the screen or printer before using. 119 " keytrix :basic utilities. works b128, some b256. see '.ins' or 120 " : run .ins on the screen or printer before using. 121 " change dev# :jim b. software changes disk device # 122 " copy-all :copies files in one, or across two, devices. only b128. 123 " : permits manual rearranging of files before copying 124 " configure b128 :basic will live at 1025, as in the pet, so you can list 125 " : prgs in any cbm computer (supermon/keytrix do this 126 " : configuration for you). 127 " w.exp15 :how to expand bank15 by 8k using calc-result cartridge 128 " verifizer :went to the transactor. perhaps they'll use it. 129 " big rel file :m-r to disk permits jumbo relative files as on the 8250 130 " : '8250 exp*' for basic4 pets only (8432 maybe!) 131 " pre-superscript :run before loading superscript. fixes keyboard bounces. 132 " : see also 'b128 irq rate'. just list,run '+ta*' object. 133 " spool :fast spooling disk to ieee-printer. see 'w.b128 spool' 134 " disk view :jim b. snoop 4040/8050 t-s contents 135 " disk logger :jim b. catalogue (header addrs,file sizes) 4040/8050 136 " disk mod :jim b. allows fixing/destruction of disks 4040/8050 137 " qplot :building block for quarter-graphic plots 138 " primes :primes generator from the transactor ... very cute! 139 " us b-roms :low profile 128, hi profile 256 (identical kernal roms!) 140 " ----------------- 141 " Start8432.21 :loads and sets up several 8032s. see instructions 142 " supermon4.rel :pet4 supermon for use in the 8432. load,run. 143 " aid4 :tiny aid for pet4. load and sys to the start address. 144 " : use $6b00 if supermon's in, else $7b00 in empty 8432. 145 " : 146 " bmx :jim b. benchmark tests for 8432 147 " ----------------- 148 " basic tutor - step by step instructions for learning the 700 machine 149 " ----------------- 150 " extra monitor :a tiny monitor, lives totally in bank 15. supplements 151 " : resident monitor in b-128 (not for 8432). 152 " ----------------- 153 " sample boot.b - shows required setup to run m/l in bank 1 (text bank) 154 " txram obj - bank 1 jump table & interrupt handler for a b-machine 155 " sample obj - unused m/l for demo purposes 156 " test.basic - sample processing program 157 " hex dumper.z - dumps a disk file 158 " flash.bas.b - shows a totally different way of running m/l on a 'b' 159 " - a small m/l program running in bank 15, 160 " where i think you must have it for user-processing of 161 " interrupts. this demo flashes the screen border. 162 " flash.obj - the m/l for the above 163 " flash.8.1 - source for the m/l in mae format 164 " chg ld addr v1.2 - to fix a 'b' program so it can be loaded on 165 " other commodore machines. the easiest way to 166 " do this is run 'sample boot.b' above, then 167 " dload and dsave to program. but that only works 168 " when the 'b' is available. change load address 169 " can be run on any machine. 170 " mem dump.b - does a memory dump 171 " err$ list.b - lists all the system messages. some of them are fun, 172 " and could be useful in your programs. 173 " basic disassmblr - disassemble code on disk 998 " 999 " ************************* that's all folks ************ dpg ***** ready.