diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-28 11:12:19 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-28 11:14:29 -0800 |
commit | 6a7eaa81eea991cd459f295c2dd3882c8528187c (patch) | |
tree | eec627b325f1bfd12f5477850830f52f8820d95e /subx/apps | |
parent | 51bf3554b79ebfea92f494e891837a03d656c2fd (diff) | |
download | mu-6a7eaa81eea991cd459f295c2dd3882c8528187c.tar.gz |
4883 - rudimentary memory allocator
Diffstat (limited to 'subx/apps')
-rwxr-xr-x | subx/apps/crenshaw2-1 | bin | 7865 -> 8333 bytes |
-rwxr-xr-x | subx/apps/crenshaw2-1b | bin | 8424 -> 8892 bytes |
-rwxr-xr-x | subx/apps/factorial | bin | 6760 -> 7228 bytes |
-rwxr-xr-x | subx/apps/hex | bin | 11372 -> 11840 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1 index 383f1b16..1f3b5436 100755 --- a/subx/apps/crenshaw2-1 +++ b/subx/apps/crenshaw2-1 Binary files differdiff --git a/subx/apps/crenshaw2-1b b/subx/apps/crenshaw2-1b index 4989d59e..08395a6b 100755 --- a/subx/apps/crenshaw2-1b +++ b/subx/apps/crenshaw2-1b Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial index d4575e16..3bd1c65b 100755 --- a/subx/apps/factorial +++ b/subx/apps/factorial Binary files differdiff --git a/subx/apps/hex b/subx/apps/hex index d9bd1872..9287faa7 100755 --- a/subx/apps/hex +++ b/subx/apps/hex Binary files differ |