diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2018-09-24 18:48:41 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-24 22:55:37 -0700 |
commit | c5d9a32fe6add8c986942261dd22377f911d1ca0 (patch) | |
tree | b963fff418cc486cd3a7c1bf1b5d1c036a938045 /subx/examples/ex10 | |
parent | 9353569934e08c4ba531da5b64aeb4ae08ac2aae (diff) | |
download | mu-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-x | subx/examples/ex10 | bin | 165 -> 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 |