AS bug??

Sobhy Gad sgad@snafu.de
Thu Nov 9 08:55:00 GMT 2000


Dear Sir,

I try to compile my 68k-asm-file with as.exe (version 2.95.2) but
wounder why the assembler does not calculte the label when it
absolut jump. insted I get allways >> 0000 0000 << for the jmp

	.long label_x0	| =3d=3d> 0000 0000
	.long label_x1	| =3d=3d> 0000 0000
	.long label_x2	| =3d=3d> 0000 0000
	:
	:
	jmp	label_xx	| =3d=3d> 41F9 0000 0000
	some code
	some code
label_x0:
	:
	:
label_xx:

when I compile the same code with as.exe (version 2.9.1) it works fine.

can you please help.

Gru=df
S. Gad



More information about the Binutils mailing list