Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!eagle!mhuxi!houxm!ihnp4!inuxc!pur-ee!uiucdcs!uicsl!boi From: boi@uicsl.UUCP Newsgroups: net.math Subject: Re: Re: zeroing memory - (nf) Message-ID: <3299@uiucdcs.UUCP> Date: Mon, 17-Oct-83 23:49:44 EDT Article-I.D.: uiucdcs.3299 Posted: Mon Oct 17 23:49:44 1983 Date-Received: Wed, 19-Oct-83 15:37:03 EDT Lines: 37 #R:sunybcs:-53200:uicsl:6900003:000:977 uicsl!boi Oct 17 19:33:00 1983 It is in fact possible to zero your entire field length on the Cyber without producing an error. However, as you can not execute any instructions in memory after you have done so, you must finish by issuing and END request. Here's how to do it: < execute some code to zero memory from zro+2 to FL > req vfd 24/4lendp,36/0 . . sb1 1 bx6 x6-x6 sa1 req sb7 zro+1 sb4 b7+b1 sb6 2 bx7 x1 zro bss 0 sa6 b6 sb6 b6+b1 lt b6,b7,zro sa6 b6 sb0 b0 sa6 b4 sa7 b1 xj . < at least one more word in FL > The thing to take care of is the RNI (read next instruction) which takes place after the first 30 bits of an instruction word have been processed.