diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-16 22:18:18 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-16 22:18:18 -0700 |
commit | 6602c82f9f35235b998132f0adc54c852aa4e025 (patch) | |
tree | 8fbb5a3532c7cd279838b15f9149f3d39afda487 /subx/ex5 | |
parent | a50a95d21505148035ec8f08af414d663e9dad7e (diff) | |
download | mu-6602c82f9f35235b998132f0adc54c852aa4e025.tar.gz |
4363 - subx: first program using the stack segment
We allocate space for a local variable, read() a character from stdin to it, and write() it out to stdout.
Diffstat (limited to 'subx/ex5')
-rw-r--r-- | subx/ex5 | bin | 0 -> 138 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/ex5 b/subx/ex5
new file mode 100644
index 00000000..536ddcd6
--- /dev/null
+++ b/subx/ex5
Binary files differ |