Re: [cc65] 24bit addresses

Date view Thread view Subject view

From: Piotr Fusik (P.Fusik_at_elka.pw.edu.pl)
Date: 2003-06-17 13:18:52


On Tue, 17 Jun 2003, MagerValp wrote:

> 68K-style suffixes? Add lda.w and lda.l that only accept 16 or 24-bit
> args.
>
Or operand prefixes:
	lda z:0    ; 8-bit address
	lda a:0    ; 16-bit
	lda l:0    ; 24-bit
z: and a: are supported by xasm, but I think I've seen them in other
assemblers, too.

Bye,
Piotr

----------------------------------------------------------------------
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 : 2003-06-17 13:20:00 CEST