Re: [cc65] forcing 16-bit zero-page

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2004-02-02 22:49:25


On Mon, Feb 02, 2004 at 03:50:32PM -0500, Memblers wrote:
> Is there a way to force CA65 to assemble code like this?
>
> LDA $00F0

Yes, there is. You can use the address size override operator:

        lda     a:$F0

> I don't think that situation arises
> very often, heheh, but I searched the docs then (and again just now) and couldn't
> find any info about doing this any other way.

The address size override are rather new and covered in the docs in the
chapter titled "Scopes" - probably not a very good choice.

BTW: I'm currently upgrading the server that runs - among other things - the
cc65 mailing list. Please bear with me in case of problems.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2004-02-02 22:49:44 CET