Re: [cc65] .cpu none?

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2004-04-15 18:26:31
Hi!

On Thu, Apr 15, 2004 at 04:41:41PM +0200, Groepaz wrote:
> i would like to be able to "overload" names of regular cpu instructions with
> macros....would be very useful for the pcengine stuff (to implement some
> missing mnemonics with macros)....

Ok. 

How about symbols? Is it useful only for macro names, or is it also desirable
to have symbols with the names of 6502 instructions:

        jmp     jsr

jsr:    lda     #>(rts-1)
        pha
        lda     #<(rts-1)
        pha
        jmp     subroutine
rts:

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Apr 15 18:26:37 2004

This archive was generated by hypermail 2.1.8 : 2004-04-15 18:26:42 CEST