diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-21 15:10:34 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-21 15:22:08 -0700 |
commit | d9818a5333805148586b7ac14c22f5dd413f593e (patch) | |
tree | efa70a8848997489be2c5d76da5597b91470c937 /subx/examples/ex9 | |
parent | 0d8d7618f1484e35706df4db1a61a5fefc2d63e0 (diff) | |
download | mu-d9818a5333805148586b7ac14c22f5dd413f593e.tar.gz |
4575
New example, just to fix in my head how arguments go on the stack. It's possible I'm still confused about the order callers push args in to the stack. But even if this violates the calling convention, it should still run.
Diffstat (limited to 'subx/examples/ex9')
-rwxr-xr-x | subx/examples/ex9 | bin | 0 -> 129 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/examples/ex9 b/subx/examples/ex9
new file mode 100755
index 00000000..874efe52
--- /dev/null
+++ b/subx/examples/ex9
Binary files differ |