aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sorting.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sorting.s b/src/sorting.s
index c626b06..c461c49 100644
--- a/src/sorting.s
+++ b/src/sorting.s
@@ -1,7 +1,8 @@
# --------------------------------------------
# FUNCTION: sorter
# PURPOSE : Sorts array a, with references to arrays a_i, based on the given
-# key in a_i, address and size of a.
+# key in a_i, address and size of a, and an address of a sorting algorithm to be
+# used
# INPUTS : rdi = address for a
# rsi = length of a in bytes
# rdx = index of key to sort by