Guest
#1171137
Hi everyone, I would like to know the difference between #define STACK_ADR 0x1000 and .equ EBI_BASE,0xFFE00000 I know the fisrt one is used in C and the second is ASM but the two one are in a same file because GCC can compile ASM and C. So I would like to know if these two instructions are identical. Thanks and Regards,