Mercurial > hg > CbC > old > device
diff mc-codegen.h @ 320:183726ccd83d
asm minor fix. ia32 table jmp fix.
author | kono |
---|---|
date | Sat, 19 Jun 2004 00:13:36 +0900 |
parents | 117baacd1ed0 |
children | da2e3f2d127d |
line wrap: on
line diff
--- a/mc-codegen.h Fri Jun 18 19:18:44 2004 +0900 +++ b/mc-codegen.h Sat Jun 19 00:13:36 2004 +0900 @@ -3,6 +3,10 @@ extern int use; /* generated value will be used in gexpr */ #define USE_CREG (-1) +#define ASM_INPUT 1 +#define ASM_OUTPUT 2 +#define ASM_USED 3 +#define MAX_ASM_REG 30 /* function provided by mc-code-*.c */