tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] help me expand this struct


From: w zy
Subject: [Tinycc-devel] help me expand this struct
Date: Mon, 21 Jun 2004 23:49:51 -0700 (PDT)

Hello!
 I am reading and learning tcc-0.9.20¡¯s source code. But i don¡¯t know how to expand the struct (static const uint16_t op0_codes[] ) when read at 167 lines in i386-asm.c¡¯s file. Please help me expand in the struct ( for example (static const uint16_t op0_codes[] = {
#define ALT(x)
#define DEF_ASM_OP0(x, opcode) opcode,
#define DEF_ASM_OP0L(name, opcode, group, instr_type)
#define DEF_ASM_OP1(name, opcode, group, instr_type, op0)
#define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1)
#define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2)
#include "i386-asm.h"
} )
( static const uint16_t op0_codes[] = {
   ¡­
   expandedness
   ¡­
   ¡­
})).
Thank you !!!


Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
reply via email to

[Prev in Thread] Current Thread [Next in Thread]