diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-20 16:32:37 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-20 16:37:18 -0700 |
commit | 94ddf7d7d49044c73c8f7bdb050663d69d950dc7 (patch) | |
tree | 9e5c22ceeadc3c209578ffb82f30892437cc8313 | |
parent | b83654d51fc80c0a991237dba6389e684be24b41 (diff) | |
download | mu-94ddf7d7d49044c73c8f7bdb050663d69d950dc7.tar.gz |
4560
-rwxr-xr-x | subx/apps/crenshaw2-1 | bin | 333 -> 333 bytes | |||
-rw-r--r-- | subx/apps/crenshaw2-1.subx | 3 |
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. |