[問題] 陣列問題

看板ASM (組合語言)作者 (藍色感覺)時間15年前 (2009/03/22 18:14), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/2 (看更多)
/* Define Variable */ #define a 0x0000 #define c 0x0001 #define c 0x0002 void Main(void) { Hardware_Iinitialize(); Hello(a,b,c); } void Hello(a_Value,b_Value,c_Value) { unsigned char index; unsigned short Reg[] = {a_Value , b_Value , c_Value}; for (index = 0; index < 15 ; index++) { ......... } } =================================== 為什麼軟體告訴我..... MAIN.C(70): error C247: non-address/-constant initializer why?? 怎麼寫才對呢? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 123.195.194.110

03/22 21:14, , 1F
unsigened short a_Value........
03/22 21:14, 1F
文章代碼(AID): #19nW-3wV (ASM)
討論串 (同標題文章)
以下文章回應了本文
完整討論串 (本文為第 1 之 2 篇):
1
1
文章代碼(AID): #19nW-3wV (ASM)