aboutsummaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2021-12-31-tiny-binaries.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md
index dee0d5a..2a1c7aa 100644
--- a/content/posts/2021-12-31-tiny-binaries.md
+++ b/content/posts/2021-12-31-tiny-binaries.md
@@ -38,6 +38,9 @@ Full Disclosure: `asm-opt` is the smallest *legitimate* result;
Source code, build instructions, a [CSV][] of results, and additional
details are available in the [companion GitHub repository][repo].
+**Update (2022-01-01):** See [Tiny Binaries: Assembly
+Optimization][tb-asm] for an explanation of the assembly results.
+
[x86-64]: https://en.wikipedia.org/wiki/X86-64
"64-bit version of x86 instruction set"
[linux]: https://en.wikipedia.org/wiki/Linux
@@ -60,3 +63,5 @@ details are available in the [companion GitHub repository][repo].
"Standard output."
[csv]: https://en.wikipedia.org/wiki/Comma-separated_values
"Comma-Separated Values"
+[tb-asm]: {{< ref "/posts/2021-12-31-tiny-binaries.md" >}}
+ "Tiny Binaries: Assembly Optimization"