質問編集履歴
2
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
uint32_t a //Address offset: 0x00
|
14
14
|
|
15
|
-
uint8_t b //Address offset: 0x0
|
15
|
+
uint8_t b //Address offset: 0x04
|
16
16
|
|
17
17
|
uint32_t c //Address offset: 0x05
|
18
18
|
|
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
hoge offset 0x00番地に値を代入
|
32
32
|
|
33
|
-
hoge offset 0x0
|
33
|
+
hoge offset 0x04番地に値を代入
|
34
34
|
|
35
35
|
hoge offset 0x05番地に値を代入
|
36
36
|
|
1
ソース例を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,11 +24,19 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
instance o
|
27
|
+
void hoge(s_instance *hoge){
|
28
28
|
|
29
|
-
instance offset 0x01番地に値を代入
|
30
29
|
|
30
|
+
|
31
|
+
hoge offset 0x00番地に値を代入
|
32
|
+
|
33
|
+
hoge offset 0x01番地に値を代入
|
34
|
+
|
31
|
-
|
35
|
+
hoge offset 0x05番地に値を代入
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
}
|
32
40
|
|
33
41
|
|
34
42
|
|