diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-08 22:57:50 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-08 22:57:50 -0700 |
commit | 43b170ea0375e829cf5208a88ab9705aa4be413d (patch) | |
tree | fc5273eab927767940643ee4ddad0d403f5e47ad /subx/ex4 | |
parent | 1e1eca1742ec396e5daa686e6b425dbd11f25baf (diff) | |
download | mu-43b170ea0375e829cf5208a88ab9705aa4be413d.tar.gz |
4330 - start allocating data/stack/heap segments
ex4 now writes to the (global) data segment, rather than trying to write to the code segment. We still need to specify the other segments in the generated ELF, though.
Diffstat (limited to 'subx/ex4')
-rwxr-xr-x | subx/ex4 | bin | 113 -> 113 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/ex4 b/subx/ex4
index 8fd70fbb..b20490ad 100755
--- a/subx/ex4
+++ b/subx/ex4
Binary files differ |