diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-02-11 23:38:17 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-02-11 23:38:17 -0800 |
commit | ac73f9caf3cd0e9f8ea112394955a8c9bc18ac88 (patch) | |
tree | 784c7899b902ad1ef6ec3a5495312d49edeea53b | |
parent | 7bc0f8c1d0a04c082a7295339ceedb0090959ac5 (diff) | |
download | mu-ac73f9caf3cd0e9f8ea112394955a8c9bc18ac88.tar.gz |
4958 - all my apps fit in 4KB so far
(excluding tests)
-rw-r--r-- | subx/stats.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/subx/stats.md b/subx/stats.md new file mode 100644 index 00000000..847c4b9a --- /dev/null +++ b/subx/stats.md @@ -0,0 +1,16 @@ + Initial -tests/whitespace/comments +## Lines in source +apps/crenshaw2-1b.subx 798 176 +apps/crenshaw2-1.subx 601 180 +apps/factorial.subx 107 28 +apps/handle.subx 361 58 +apps/hex.subx 1535 133 +apps/pack.subx 1667 241 + +## Bytes in executable +crenshaw2-1 17612 4112 +crenshaw2-1b 18171 4140 +factorial 16530 3488 +handle 17323 3582 +hex 20591 3866 +pack 20762 4054 |