Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!ac From: ac@utgpu.UUCP Newsgroups: comp.sys.m6809 Subject: load command Message-ID: <1987Nov19.144357.12764@gpu.utcs.toronto.edu> Date: Thu, 19-Nov-87 14:43:57 EST Article-I.D.: gpu.1987Nov19.144357.12764 Posted: Thu Nov 19 14:43:57 1987 Date-Received: Sat, 21-Nov-87 07:56:06 EST Organization: University of Toronto Computing Services Lines: 29 Checksum: 16117 I experimented some more with the load command, in particular to see if using the form: load mod1 mod2 mod3 ... would result in the modules being effectively merged before loading. Unfortunately, each module got its own 8k block. So my objection still stands: 1/ load with multiple modules should not result in a 207 error and 2/ we need a command which does indeed perform the "effective" dynamic merging which Pete Lyall suggested as a possible reason for the 207. I tend to think that having: load mod1 mod2 ... mean the same as: load mod1 load mod2 load ... is really not necessary so I would vote having it mean: merge all the modules and load that group as compactly as possible. This would mean the 207 error would still occur but it would be for a valid reason -- indicating that the resultant group was too big to fit into an address space. -- Name: Mark Acfield (University of Toronto Computing Services) Path: ac@gpu.utcs.toronto.edu {utzoo,ihnp4}!utgpu!ac Alias: ac@utorgpu.bitnet