Re: [cc65] .bank with imported symbols

From: thefox xofeht <thefox1aspekt.fi>
Date: 2012-06-29 17:47:18
On Fri, Jun 29, 2012 at 5:51 PM, Ullrich von Bassewitz <uz@musoftware.de> wrote:
> What you can try until then is something like ---

Thanks for the workaround, it should do for now! However, there seems
to be a bug in the linker:

foo.s:
.import foobank
.byte <foobank

foo2.s:
foo: .byte 1
.export foobank = .bank( foo )

>cl65 foo.s foo2.s -t none -o blaa.bin
ld65.exe: Internal Error: Unknown expression Op type: 69

-thefox
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Jun 29 17:47:27 2012

This archive was generated by hypermail 2.1.8 : 2012-06-29 17:47:30 CEST