This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

macro's and local variables


Hi,

Now try to uncomment the '.altmacro' directive if you like.

Best Regards,
Mischa.
#ifndef __COMMON_H__
#define __COMMON_H__

#define n 2
#define r 3

#define N (1 << n)
#define R (1 << r)

#endif

Attachment: function.S
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]