[cc65] Minor feature request? Inline assembly section?

From: Scott Hutter <scott.hutter1gmail.com>
Date: 2009-08-15 06:29:38
Hey Uz,

Rather than a function style, as in _asm("LDA #$00");.  what about blocks
like:

asm
{
    LDA #$00
    TAX
     STA $C000
};

Could this be done? (Maybe it already can and I just havent done it right or
something.)

Thanks

Scott

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat Aug 15 06:29:48 2009

This archive was generated by hypermail 2.1.8 : 2009-08-15 06:29:51 CEST