about summary refs log tree commit diff stats
path: root/subx/examples/ex10
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-09-24 18:48:41 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-24 22:55:37 -0700
commitc5d9a32fe6add8c986942261dd22377f911d1ca0 (patch)
treeb963fff418cc486cd3a7c1bf1b5d1c036a938045 /subx/examples/ex10
parent9353569934e08c4ba531da5b64aeb4ae08ac2aae (diff)
downloadmu-c5d9a32fe6add8c986942261dd22377f911d1ca0.tar.gz
4516
More calling convention tweaks.

Use EBP to get consistently at parameters and locals.
Always put the first function argument closest to EBP.
Diffstat (limited to 'subx/examples/ex10')
-rwxr-xr-xsubx/examples/ex10bin165 -> 165 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/examples/ex10 b/subx/examples/ex10
index 7035843c..59cbc497 100755
--- a/subx/examples/ex10
+++ b/subx/examples/ex10
Binary files differ
el&id=d127ad5076bf298a5a5c295f757b7b0efbc01826'>^
43bddf62d ^

223b4f45e ^
43bddf62d ^
223b4f45e ^
43bddf62d ^




223b4f45e ^



43bddf62d ^
223b4f45e ^
43bddf62d ^

223b4f45e ^

43bddf62d ^
223b4f45e ^

43bddf62d ^

1c426c613 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73