[cc65] absolute and immediate macros

Date view Thread view Subject view

From: MagerValp (MagerValp_at_cling.gu.se)
Date: 2003-10-15 13:04:39


Is it possible to make a ca65 macro that differentiates between
absolute and immediate addressing? I'd like to have both

	ldax #$c000	; irq handler at $c000
	stax $0314

and

	ldax $c000	; irq vector stored at $c000
	stax $0314

-- 
                       Wildstar delenda est
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp_at_cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
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-10-15 13:07:19 CEST