From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 25 Feb 2008 15:14:13 -0300 From: "Iruata Souza" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] assembly loading Topicbox-Message-UUID: 61632fc6-ead3-11e9-9d60-3106f5b1d025 9fans, In this mips assembly code, R5 is not receiving the value of array. Am I doing something wrong? TEXT main+0(SB),0,$0 MOVW array<>+0(SB), R5 DATA array<>+0(SB)/8,$"Plan 9\z\z" GLOBL array<>+0(SB),$8 END , thanks, iru