Re: [Sdcc-user] Z80 Error machine specific addressing or addressing mode error

2010-11-19 Thread Lin Rongrong
Seems that Alexander already provided a solution but not included in snapshot? Woody http://palmmicro.com/woody/ - Original Message - From: "Philipp Klaus Krause" To: Sent: Saturday, November 20, 2010 5:33 AM Subject: Re: [Sdcc-user] Z80 Error machine specific add

Re: [Sdcc-user] Z80 Error machine specific addressing or addressing mode error

2010-11-19 Thread Philipp Klaus Krause
Am 19.11.2010 13:33, schrieb Lin Rongrong: > I got the following error with both 3.0.0 and Nov 18 snap build: > menu.asm:3175: Error machine specific addressing or addressing mode > error removing menu.rel > Where menu.asm was compiled from menu.c. > line 3175: jr 00107$ > 00107$ is 90 instructio

[Sdcc-user] Z80 Error machine specific addressing or addressing mode error

2010-11-19 Thread Lin Rongrong
I got the following error with both 3.0.0 and Nov 18 snap build: menu.asm:3175: Error machine specific addressing or addressing mode error removing menu.rel Where menu.asm was compiled from menu.c. line 3175: jr 00107$ 00107$ is 90 instructions below in line 3282. jr range compiled wrong? should