From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 17 Jan 2006 16:40:50 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Drawterm on Mac Mini w/Ubuntu Linux In-Reply-To: <1137532260.25689.4.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1137460452.27646.8.camel@localhost.localdomain> <1137496648.11377.1.camel@localhost.localdomain> <20060117120016.8733A1140EA@dexter-peak.quanstro.net> <1137532260.25689.4.camel@localhost.localdomain> Topicbox-Message-UUID: dd870a6c-ead0-11e9-9d60-3106f5b1d025 Try removing tas.c from drawterm/posix-power and create tas.s instead: =09.globl=09_tas _tas: =09li=09%r0, 0 =09mr=09%r4, %r3 =09lis=09%r5, 0xcafe =09ori=09%r5, %r5, 0xbabe 1: =09lwarx=09%r3, %r0, %r4 =09cmpwi=09%r3, 0 =09bne=092f =09stwcx.=09%r5, %r0, %r4 =09bne-=091b 2: =09sync =09blr Russ