From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 26 Feb 2008 00:07:46 -0300 From: "Iruata Souza" To: "Charles Forsyth" , "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] assembly loading In-Reply-To: <3882c3c26b7c2ff6628fc6d9ef9c04f7@terzarima.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3882c3c26b7c2ff6628fc6d9ef9c04f7@terzarima.net> Cc: Topicbox-Message-UUID: 616f2f88-ead3-11e9-9d60-3106f5b1d025 On Mon, Feb 25, 2008 at 4:59 PM, Charles Forsyth wrote: > > doing something wrong? > > > > TEXT main+0(SB),0,$0 > > MOVW array<>+0(SB), R5 > for anyone wanting to know, it has been resolved thanks to jmk. MOVW $setR30(SB), R30 right in the program beginning sets up the static base register. and Charles, I'm doing MOVW $array<>+0(SB), R5, it was a typo. thanks for noting. iru