about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-20 16:32:37 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-20 16:37:18 -0700
commit94ddf7d7d49044c73c8f7bdb050663d69d950dc7 (patch)
tree9e5c22ceeadc3c209578ffb82f30892437cc8313 /subx
parentb83654d51fc80c0a991237dba6389e684be24b41 (diff)
downloadmu-94ddf7d7d49044c73c8f7bdb050663d69d950dc7.tar.gz
4560
Diffstat (limited to 'subx')
-rwxr-xr-xsubx/apps/crenshaw2-1bin333 -> 333 bytes
-rw-r--r--subx/apps/crenshaw2-1.subx3
2 files changed, 3 insertions, 0 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index d85b2556..996f0702 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differdiff --git a/subx/apps/crenshaw2-1.subx b/subx/apps/crenshaw2-1.subx
index 32436bad..484bfe0b 100644
--- a/subx/apps/crenshaw2-1.subx
+++ b/subx/apps/crenshaw2-1.subx
@@ -7,6 +7,9 @@
 # Expected output:
 #   TODO
 #
+# The output is the code a function would need to include, returning the
+# result in EAX.
+#
 # Major note: byte strings are not null-terminated. Instead they're prefixed
 # with a 32-bit length.